Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 947 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 947 Bytes

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: