Skip to content

The classic Snake Game using Turtle library and OOP

Notifications You must be signed in to change notification settings

LeoJimenezG/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake_Game

The classic Snake Game using Turtle library and OOP

--- IMPORTANT: Do not delete the file named "data.txt", otherwise the program will not execute properly ---

  • The program will initialy ask if the user wants to play ("Y" or "N")
  • It won't matter if the entry is lower or upper case, but it has to be a single valid character
  • To move left, press "LeftArrow"
  • To move right, press "RightArrow"
  • To move up, press "UpArrow"
  • To move down, press "DownArrow"
  • The program will save in a file named "data.txt" the highest score

Note: I left the file error on purpose, ups.

About

The classic Snake Game using Turtle library and OOP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages