Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 536 Bytes

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