Skip to content

k-piekarczyk/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snek

Documentation

You can find the polish language documantation in the docs directory, written in LATEX syntax. To compile, run make docs.

Gameplay

Game starts immediately after startup.

Eat colored squares to make the snake longer. The longer the snake, the higher the score.

Controls

  • UP snake goes up if possible
  • DOWN snake goes down if possible
  • LEFT snake goes left if possible
  • RIGHT snake goes right if possible
  • ESC end the game
  • R restart the game