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:
pip install pygame- clon it
git clone https://github.com/SabriAmir/Snake-game.git
cd Snake-game- Run code
python Snake-game.pyThis project is licensed under the MIT License - see the LICENSE file for details.