python-games
There are 115 repositories under python-games topic.
milaan9/92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
fusionengine-org/fusion
A custom open-source game engine on Python and Pygame, it is written in pure Python! It is easy and fast!
hhhrrrttt222111/PyBox
PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play.
educ8s/Python-Tetris-Game-Pygame
Python Tetris Game with pygame with a video tutorial explaining each line.
educ8s/Python-Space-Invaders-Game-with-Pygame
Python Space Invaders Game with pygame (pygame-ce) with a video tutorial explaining each line.
Dungeons-of-Kathallion/Bane-Of-Wargs
An ASCII-art terminal modular game engine built in Python, with a rich vanilla story; focusing on content creation and limitless possibilities.
educ8s/Python-Retro-Snake-Game-Pygame
Python-Retro-Snake-Game-Pygame
chyok/ten-drops
A ten drops game written in pygame-ce, sourced from the Flask game "Splash Back".
Alok-2002/python_games
This is a collection of games created using Python and the Pygame library
Amey-Thakur/PONG-GAME
It is a simple Pong Game in Python using Pygame.
bocaletto-luca/Tris2Player
This is a two-player Tic-Tac-Toe game implemented in Python using the Tkinter library for the graphical user interface.
Kourva/GuessGame
Simple Python Guess Game with PyAutoGUI
ljnath/PyBluesky-android
Python game for android, developed using python-pygame and built using python-for-android.
WilliamStaudenmeier/Panda3D
Panda finds his friend in a blizzard
python019/python-game-projects
Python Game Projects
natkaida/klondike
Klondike (Solitaire) card game in Python
piyush-sri/Python-Programming
Beginner to Advanced Full Resource with Notes and Assignment
GoodCoder666/py-icehappy
Accright/python3-pygame-icehappy的改进版,基于python3+pygame的开心消消乐小游戏。
itsalicelee/Final-Warrior
An exquisite 2D PC game developed using Python with Pygame module
seanpm2001/UCALC_Games
🇺🧮️🕹️ The official source repository for the UCALC (Ultimate Calculator) project game collection module.
darshannn10/python-projects
A collection of basic python scripts that I wrote
aahan0511/the2048game
2048 written in Python
abuzar-alvi/Games-Using-Python
These Python fun games are made by me, Python games for improving python skills.
AvaAvarai/Breaker
Brick-breaker game inspired by Arkanoid written in Python using PyGame
CODING-Enthusiast9857/Python_Games
This repository is specially for the games created in python.
Dev-Daljeet/python-games
This project is a collection of simple games written in Python
efecnblt/Pong-Game
Simple Pong Game in Python
icoder-new/Chrome-dino-t-rex-runner
Dino T-Rex-Run from Google written in Python 3
Infinium-Inc/Othello
Othello written in Python
MohammadMoradpoor/PySnakeGame
🐍🎮 PySnakeGame is a Python-based project that brings the classic game of Snake to life. 🐍🍎 It offers a simple yet engaging gameplay experience where players control a snake to eat food and grow longer, while avoiding collisions with the walls or their own body. 🕹️💥 Dive into nostalgia and enjoy the excitement of PySnakeGame! 🎉🔥
Soala7/Pygame
🎮 A fun collection of Python mini-games built with creativity and clean code! 🐍 From logic puzzles to interactive challenges — learn Python while playing. 🚀 Ideal for beginners and aspiring game developers.
amir13872/My-River-Raid
This game is a Pygame-based, retro-style action game inspired by the classic **River Raid**. The player controls an airplane navigating a hazardous river environment, dodging obstacles and enemies like boats and helicopters while managing fuel levels. The game includes the following features:
esotericfoundation/pycrypts
A pygame adventure featuring a sprawling underground dungeon filled with enemies and loot.
jeffmcwill/Poker-en-Python
juego de póker escrito en Python3 y con el uso de la libreria Numpy. Posee diferentes opciones para obtener mas cartas en la baraja jugador, apostar y quedarse con la suerte de ganar mucho dinero o perderlo todo.(proyecto completo)
shabir-mp/Snake-Game
This Snake Game is a classic arcade game implemented using Python and the Pygame library. The game involves controlling a snake to eat food and grow longer while avoiding collisions with the walls and the snake's own body. It is a single-player game where the objective is to achieve the highest possible score by consuming as much food as possible.