You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a revised python implementation of the original retro-game Pacman. It has some new ghosts and bonuses types, as well as specific gameplay traits. This is intended to be an environment for future reinforcement learning experiments.
🐍🎮 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! 🎉🔥
This is a classic Brick Breaker (Breakout-style) arcade game developed using Python and the Pygame library. Control the paddle, break all the bricks, and try not to miss the ball!
A retro-inspired space shooter built with Pyxel, capturing the classic feel of Atari-era arcade games. Dodge asteroids, blast enemies, and relive the golden age of pixel-based gameplay — all written in Python.
Space Invaders Clone is a classic arcade-style shooter game recreated in Python using the Turtle graphics library. This project captures the nostalgic feel of the original Space Invaders, complete with custom sprites, sound effects, scoring, and enemy waves. It's lightweight, fun, and ideal for learning basic game development concepts in Python.
RetroFusion is a collaborative open-source platform for building nostalgic 2D retro-style games under one umbrella — creative, modular, and non-commercial. 🎮
A complete 2D game engine built from scratch using pure Python and tkinter — no external libraries. Features custom rendering, input, physics, audio, and a full component system.