A collection of 2D games built with Python . part of my learning journey toward my projects.
I am learning 2D game design and interactive programming using Python and Pygame. The skills I build here โ> real-time rendering, grid logic, object movement, and collision detection , will directly feed into my bigger project:
Project 2.0 โ a hand-tracking therapy game for paralyzed and disabled children, where kids do their rehabilitation exercises by playing a game using real hand movements detected by a camera.
These mini games are the foundation for that.
Classic snake game built with Python and Pygame.
- Folder:
snake-game/ - Skills practiced: movement logic, grid system, collision, score tracking
Fully working Tetris built using Pygame and OOP.
- Folder:
tetris/ - Files:
tetris.py,grid.py - Skills practiced: grid rendering, piece rotation, row clearing, game loop
- Python 3
- Pygame
"Building small things today to build something meaningful tomorrow."