A modern Python implementation of the classic Snake Game using Pygame. This beta release includes core gameplay functionality with planned enhancements coming soon.
โ๏ธ Smooth snake controls with arrow keys
โ๏ธ Randomized food spawning
โ๏ธ Growing snake mechanics
โ๏ธ Wall and self-collision detection
โ๏ธ Score tracking system
- Python 3.8+
- Pip package manager
git clone https://github.com/mariomthree/snake-game.git
cd snake-game
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install pygame
python3 snake.py| Key | Action |
|---|---|
| โ | Move Left |
| โ | Move Right |
| โ | Move Up |
| โ | Move Down |
- ๐ Main menu interface
- ๐ High score tracking
- ๐จ Custom game sprites
- โ๏ธ Difficulty settings
- ๐ต Sound effects system
- ๐น๏ธ Game mode variations
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Submit a pull request
MIT License - See LICENSE for details.
