Project information

  • Category: Smaller/Misc.
  • Github Repo: LINK

Snake Game

Description: Simple snake game using Python Turtle where user controls snake to collect food and avoid hitting walls/growing tail. OOP for snake/food/scoreboard modules. High score is logged in text file

Python Libraries: Turtle, time, random