Skip to content

samuel-burke/classic-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classic-snake-game

This is a little classic snake game using the Turtle module that was created simply for fun and to refresh some general programming concepts implemented in this project.

Feel free to use and modify any portion of this project under the MIT license.

Have Fun!

Setup:

  • The pygame module must be installed to play the sound effects and background music.
  • The rest of the program uses built-in packages.
  • main.py is the program runner.

Gameplay:

  • Up/Down/Left/Right or WASD to move.
  • Consume food and grow.
  • Don't hit the wall or your tail! Ouch!
  • Press the Spacebar to play again.
  • Press "m" to toggle game music.
  • Press "r" to reset the top score.

If you would like to see the project in action, check out this YouTube Link: https://youtu.be/sKyY1yxNE1w

Music and Sound credit: https://pixabay.com

About

Classic snake game using the Turtle module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages