A simple Snake game built using Python's turtle module.
- Control the snake with arrow keys
- Collect food to grow the snake
- Track score with a scoreboard
- Game ends if the snake collides with itself or the wall
- Python 3.10 or higher
turtle(comes with Python standard library)
- Clone the repository or download the files.
- Make sure you have Python installed.
- Run the main game file: