Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 527 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 527 Bytes

SNAKE

pause.png gameover.png

This is a simple snake game for the terminal made in C and using NCurses.

Requirements:

  • NCurses library.

Compile and run:

$ make
$ ./snake

Clean:

$ make clean

Controls:

: Move snake up

: Move snake down

: Move snake left

: Move snake right

p: Pause

q: Quit

TODO:

  • Add menu
  • Save score
  • High-score table