This is a simple implementation of the classic Snake game using the Turtle graphics library in Python.
- Python 3.x
- Turtle module
- Clone or download the repository.
- Open the terminal in the project directory.
- Run the command:
python snake.py
- Use the arrow keys to move the snake.
- Eat the food to increase the length of the snake.
- Don't hit the walls or the snake's own body.
- The game ends when the snake crashes.
You can change the game settings such as the screen size, snake speed, etc. by modifying the constants in the code.
Feel free to contribute to this project by submitting a pull request or reporting a bug.
Enjoy the game!