-
Notifications
You must be signed in to change notification settings - Fork 0
This Python code implements a simple snake game using the Turtle graphics library. The snake moves in response to arrow key inputs, eats food to grow, and scores points. The game ends if the snake hits the screen boundaries or collides with itself. The game interface is continuously updated with a delay of 0.1 seconds.
saakshiarora1/Snake-game-using-Python
About
This Python code implements a simple snake game using the Turtle graphics library. The snake moves in response to arrow key inputs, eats food to grow, and scores points. The game ends if the snake hits the screen boundaries or collides with itself. The game interface is continuously updated with a delay of 0.1 seconds.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published