This is an implementation of the classic game 'snake' using ncurses for the linux terminal
Enter repository directory and run
make
Run program with
snake [-c color] [-s speed] [-w]
Control the snake with the arrow keys
p - pause game
-c : change color of snake
-s : choose speed value between 0-10 (default 5)
-w : Allow wrapping, snake will warp to opposite wall on collision