Skip to content

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.

Notifications You must be signed in to change notification settings

saakshiarora1/Snake-game-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

No packages published

Languages