This is a simple retro-style Snake game built using the Python turtle graphics library. The game provides an engaging experience where you control a snake using the arrow keys, with a scoreboard to track your score.
- Retro-style black and white graphics
- Control the snake using the arrow keys (Up, Down, Left, Right)
- A real-time scoreboard to track your score
- Classic Snake game mechanics
To run this game, you need Python 3.x installed with the turtle library (which comes pre-installed with Python).
-
Clone or download the repository to your local machine.
-
Navigate to the game directory using your terminal or command prompt.
-
Ensure you have Python 3.x installed. You can check this by running the command:
python --version
Use the arrow keys (Up, Down, Left, Right) to control the snake.
The game displays your current score in real-time. The score increases as the snake eats food and grows longer.
This project is licensed under the MIT License - see the LICENSE file for details.