Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 223 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 223 Bytes

Snake Game

Snake Game using python's turtle module.

  • You can't go backwards
  • If you hit the wall or your own body, the game is over
  • Every time you eat one bait, you get 10 points
  • As the snake grows, it moves faster