Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 450 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 450 Bytes

Snake

Snake is a text based clone of old Nokia Snake game, written in C.

Note:Only Works on POSIX systems.

Demo

Dependencies

ncurses

Download

Clone with git

git clone https://gitlab.com/anjanik012/snake.git
cd snake

Compile

gcc snake.c -o snake -lncurses -lpthread

Play

./snake

License

WTFPL