Snake game crafted with C and Ncurses library.
"WASD" to move
To compile and run:
gcc snake.c -o snake -I"path-to-curses-library" -lncurses
./snake
For error handling:
gcc -Wall -g snake.c -o snake I"path-to-curses-library" -lncurses
./snake
Works with Powershell version-7.3.6, gcc compiler, ensure Curses library is installed and reachable.
12*12 Dimensions
Buglist:
- Microsoft Powershell version-5.1.22621.1778 crash on fruit pickup