Built with Python and Pygame
- Snake movement using arrow keys
- Random food spawning
- Snake growth system
- Score tracking
- Wall collision detection
- Self-collision detection
- Game Over screen
- Python
- Pygame
While building this project, I learned:
- Game loops
- Event handling in Pygame
- Collision detection
- Working with lists
- Debugging Python programs
- Git and GitHub basics
- High score system
- Sound effects
- Different food types
- Difficulty levels
- Restart button
pip install pygame
python main.py
