A simple Tic-Tac-Toe Game Using Python

This is a simple Tic-Tac-Toe Game.PySide6 is used for ui. Properties ✅ Check all win and draw modes✅ New Game Button✅ Player vs cpu and player vs player modes by using radio button✅ About Button✅ Score board design to show the number of wins, losses and draws Screen Shots GitHub https://github.com/MehrdadNajafi/Assignment-17-TicTacToe    

Read more

Space shooter being built for PyWeek 32

Humanity’s expansion into space had lasted centuries by the time we encountered the vicious Threx. The Threx adopted a single, religious mission: destroy all alien life and technology. At the edge of the Axium system, you have a chance to make your stand. Build structures to assist you in fighting off the Threx. Controls Control is by joystick or gamepad. If you don’t have a gamepad to hand, remember that Xbox, Switch, and Playstation controllers can all be paired to […]

Read more

Brawl Stars v30.242 server emulator written in Python

Brawl Stars v30.242 server emulator written in Python. Requirements: Python 3.7 or higher pymongo dnspython colorama Running the server In a terminal, type pip install -r requirements.txt then run the server using python Main.py Configuring the client app To connect to your server, a patched client is required. Download this base APK and change the IP in libmg.config.so. Battles We’ve enabled offline battles so you can directly press “PLAY” to start a match. Unfortunately, the offline logic is mostly broken […]

Read more

A multi-platform fuzzer for poking at userland binaries and servers

A multi-platform fuzzer for poking at userland binaries and servers Litefuzz is meant to serve a purpose: fuzz and triage on all the major platforms, support both CLI/GUI apps, network clients and servers in order to find security-related bugs. It simplifies the process and makes it easy to discover security bugs in many different targets, across platforms, while just making a few honest trade-offs. It isn’t built for speed, scalability or meant to win any prizes in academia. It applies […]

Read more

Built a road crossin game in python with Object-Oriebted Programming

In this project we have built a road crossin game in python with Object-Oriebted Programming. This game has different level and in every level the speed of vehical will be increase Our main target is to control turtle with UP arrow button and help him to cross road Note : There is no turning back that means you can only go in foward direction Don’t forget to give a star to this repository GitHub https://github.com/jhenilparihar/turtle-crossing-game    

Read more

HTTP API for FGO game data,Transform the raw game data into something a bit more manageable

HTTP API for FGO game data. Transform the raw game data into something a bit more manageable. Environment variables List of environment variables for the main app. Required environment variables NA_GAMEDATA: path to NA gamedata’s folder that contains the master and ScriptActionEncrypt folders. JP_GAMEDATA: path to JP gamedata’s folder that contains the master and ScriptActionEncrypt folders. NA_POSTGRESDSN: PostgreSQL DSN to a database for NA. JP_POSTGRESDSN: PostgreSQL DSN to a database for JP. REDISDSN: Redis DSN to a Redis server for […]

Read more

An exploration of a fantasy world, to autobattle your way to ruling the demesne

Not Quite Paradise 2 (no relation to NQP, I just like the name enough to want to keep it.) Badges! Current position: Quality of last commit: Who dunnit? Design, writing and code by Snayff. Design and writing by PuddingChef. Additional code by DaFluffyPotato. Art by Aleksander Makarov. What is it? A world exploring, army recruiting, auto-battling adventure to take over the kingdom. What’re the terms? (license) In short, code is free to reuse for non-commercial purposes but images are off […]

Read more

Create Flappy Bird Game With Pygame 2.0.1

Flappy Bird Python Game Development – Create Flappy Bird with Pygame 2.0.1 Flappy Bird Update April (1.5.0) Company:Every Developer A Flappy Bird clone made using python-pygame Programming language >>> [Python_3.9.1]Game library …… >>> [Pygame_2.0.1] install Pygame : pip install pygame For Convert Python files to EXE files install : pip install pyinstaller Install Python 3.9.0 (Reccomended or later) for Windows 10 from >>>here [*Note that Python 3.9.x cannot be used on Windows 7 or earlier] Install Python 3.7.0 (Reccomended )for […]

Read more

A Game Engine Made in Python with the Pygame Module

A Game Engine Made in Python with the Pygame Module Discord: https://discord.gg/MPPqj9PNt3 To Install, type pip install mandaw To Get The Latest Version of MandawEngine: Download the zip Extract the zip Navigate to the folder in cmd or terminal and type: On Windows: python setup.py install On Mac and Linux python3 setup.py install import Mandaw from mandaw import * Make a window from mandaw import * mandaw = Mandaw() while True: mandaw.run() Make a simple square square = GameObject(mandaw, “rect”, […]

Read more
1 4 5 6 7 8 9