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.
