Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 461 Bytes

File metadata and controls

16 lines (9 loc) · 461 Bytes

Python_Snake_Game

A snake game made with python's turtle GUI. It displays inheritance, composition and Object Oriented Programming. The rules of the game is:

  • Don't collide with your tail
  • Don't collide with the wall
  • Eat food to gain length and points
  • Press "r" to restart the game at any time or "q" to quit it at any time

Video Description

Snake_Game.mov