A collection of PyGame projects, experiments, and practice files built while learning Python game development.
This repository documents my journey learning PyGame by building small games and testing ideas. It focuses on understanding core concepts rather than producing polished, production-ready projects.
- Game loops
- Rendering and drawing to the screen
- Keyboard and mouse input handling
- Basic game mechanics and logic
- Experimentation with features and ideas
- Python
- PyGame