226 skills found · Page 3 of 8
akapkotel / Python Real Time Strategy GameThis is an RTS-like game written in Python 3 with arcade library. This is my most ambitious project up to date, since I try to overcome Python's shortcomings and make as efficiently-running game as possible. It will cover pathfinding, UI, AI, and graphics, using relatively slow and inefficient language. Main goal is to make it running sufficiently fast for p1layers to be able to actually play the game without pain. I do not have any good idea for the name of the game, so, for now it is just an RTS.
AlexMarinescu / PyGameMathMath library for game programming in python.
Mews / PyrobloxbotA python library to control the roblox character and interact with game ui through keyboard inputs
mborgerson / TextureatlasA simple, cross-platform Python-based tool and C library for creating and using a texture atlas in your application or game. Distributed under the terms of the MIT license.
mandrelbrotset / Pygame ChessChess game written in python with the pygame library.
mborgerson / PyxbePython 3 library to read and write XBE files, the executable file format for the original Xbox game console
Tom25 / Hangman[NOTE: This is a *very* old project of mine, and is kept on Github for nostalgia's sake.] A simple hangman game written in Python 3.3 using a simplified version of the TKinter library called graphics.py (authored by John Zelle). This was a project I did for fun after completing a course in Python at my university.
Nima-Mollaei / Chess GameA full-featured chess game built with Python and Tkinter. Supports all chess rules, including castling, promotion, en passant, and more — no external libraries required.
wynand1004 / SimplePythonGameLibrarySPGL is a simple Python game library / framework for creating 2D games. It is built on the Python Turtle module and is compatible with Python 2.x and 3.x.
jajodiaraghav / SnakeA simple game built using Python Pygame Library
jpetrucciani / Gamble🎲 A python library with various gambling and gaming classes
SajjadAemmi / SnakeAISnake game with artificial intelligence written in python using pygame library and trained with pytorch
NickHugi / PyKotorA Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
adamschackart / AXLE3DA modular collection of game libraries for Python and/or C++.
DedFishy / SprygA library for the Sprig game console by HackClub to write games using a Python library.
ElCapor / Bloxlib ExamplesA work in progress library to interact with the game called Roblox fully written with python.
njbittner / Battle Bros PyarcadeMortal Kombat-like game written with the Python Arcade library.
simasimsd / F1 Telemetry 2020A python library for capturing the UDP telemetry data from the F1 2018 racing game
ElCapor / BloxlibPython library to interact and modify the game called "Roblox"
AI0702 / Among Us CloneAn unofficial clone of the popular multiplayer game 'Among Us', recreated in Python using various supported libraries.