Skip to content

Classic Snake game coded in Python using the Turtle module

License

Notifications You must be signed in to change notification settings

Malfunction13/PySnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PySnake

Classic Snake game coded in Python using the Turtle module. Version 1 achieves smoother movement by reducing object size, step length and delay between moves. Version 2 aims to achieve smoother movement by reducing only step length and delay. This is the natural method of increasing framerate and work is still in progress.

Features: Use arrow keys to move the snake and eat food. Use "p" to pause and unpause the game.

Bugs to fix: Version 2 - overlapping of body segments.

About

Classic Snake game coded in Python using the Turtle module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages