Snake Game in Python

This is a simple snake game made in python using the turtle module. The game is simple, the snake moves in the direction of the arrow keys and eats the food. The snake grows in size as it eats the food. The game ends when the snake collides with the wall or with itself.

How to play

  • Clone the repository
  • Run the snake.py file
  • Use the arrow keys to move the snake
  • Eat the food to grow the snake