Snake is a text based clone of old Nokia Snake game, written in C.
Note:Only Works on POSIX systems.
ncurses
Clone with git
git clone https://gitlab.com/anjanik012/snake.git
cd snake
gcc snake.c -o snake -lncurses -lpthread
./snake
Snake is a text based clone of old Nokia Snake game, written in C.
Note:Only Works on POSIX systems.
ncurses
Clone with git
git clone https://gitlab.com/anjanik012/snake.git
cd snake
gcc snake.c -o snake -lncurses -lpthread
./snake