Yet another clone of the classic game. Made with C and ncurses.
- GCC
- ncurses library
Use gcc
to compile the Snake.c
file.
gcc -o Snake.out Snake.c -lncurses
To play the game, run the Snake.out
executable
The Windows port requires PDCurses to build.