35 skills found · Page 1 of 2
Gigoteur / UnicornConsoleUnicorn Console: create quick fantasy game in Rust/Python/Lua/Rhai/Wasm !
pygamelib / PygamelibA (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.
Matthias1590 / ConsoleDrawA python module to update the console without flashing.
M4cs / Drugwars:moneybag: The Classic 80s MS-DOS Game re-written in Python :moneybag: Play in Console or in your Browser
mwharrisjr / Game Of LifeA simple python implemenation of John H. Conway's Game of Life that runs in Linux and Windows terminal/console.
SaurabhSSB / Kaun Banega CrorepatiThe Kaun Banega Crorepati (KBC) Python program is a console-based quiz game where players answer multiple-choice questions to win virtual prize money. It features a 50-50 lifeline to eliminate two wrong options. Perfect for beginners, it demonstrates Python concepts like user input, lists, functions, and control flow.
xdoko01 / Pygame ConsoleFull-featured Pygame console that can be integrated in your python game in order to execute python command/scripts/custom functions
mborgerson / PyxbePython 3 library to read and write XBE files, the executable file format for the original Xbox game console
DedFishy / SprygA library for the Sprig game console by HackClub to write games using a Python library.
pratu16x7 / Pacman ConsoleA console Pacman game in Python
kotazzz / KrpgRepository for a console text RPG game with a plot in python (Russian)
OrrnobMahmud / MoonBixGamePlayAn alternative script to play binance moonbix game from console, till i fix the main python bot, use this one. (Main bot Fixed Now)
rajko-z / Nine Mens Morris PythonConsole Implementation of ancient game Nine Men's Morris in python, with minimax algorithm and alpha-beta pruning
borisuvarov / Cursed SnakeA simple console game (Python 3)
truecoder34 / Artificial Life GameRepository with console python implementation of Simple Artificial Life (simplified MAS) and Conway's game of life
FahimFBA / Py Tic Tac ToeA two players Tic Tac Toe console game using Python
daniel3wu / SolitaireConsole-based solitaire game written in Python.
26081yogesh / Console Hangman Game PythonIt is a simple Hangman game created using Python.
Rickaym / Asciin.pyFeatherweight 3D / 2D Ascii console game engine for Python 3.5+ written in pure Python with Zero external dependencies.
LakshayD02 / Tic Tac ToeThis is a console-based implementation of the classic Tic-Tac-Toe game built using Python. The game supports two players who can alternate turns, and the game board is dynamically displayed after each move. It also includes a scoreboard to track the number of wins for each player across multiple rounds of play.