Skip to content

Console snake-like game created in Python (Turtle graphics)

Notifications You must be signed in to change notification settings

msochan/Snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Game inspired by classic snake-type game that concept originated in 1976


Objectives:

The player controls the snake by moving around the board and eating the food.

  • Player gets 1 score for eating blue colored food;
  • Player gets 3 score for eating green colored turtle-shaped food (special type of food);
  • After hitting one of the edges of the board, score is cleared and player start over again with score = 0;
  • Highest score is saved into data.txt file;

How to play:

  • Control snake with arrows ie: Up, Down, Left, Right;

Screenshots:

About

Console snake-like game created in Python (Turtle graphics)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages