A simple Snake Game built with Python and Pygame.
The classic snake game where you control the snake to eat food, grow longer, and avoid hitting the walls or yourself.
- Classic snake mechanics
- Score tracking
- Game Over screen
- Easy to run and play
- Make sure you have Python 3 installed.
- Install pygame: `bash pip install pygame
This project is licensed under the MIT License - see the LICENSE file for details.