NOTE: This Project is forked to BlackVyperStudios (here) and will continue there. For an more advanced version of this Project, please take a look at snek-ultimate wich is an complete reimplemntation of snek with more advanced and developed features.
snek - A simple snake in the console
- a C++ compiler (gcc and clang are supported)
- ncurses
- Msys2 with gcc and ncurses installed
pacman -Syu gcc ncurses
cmake
make
g++ /src/main.cpp -o snek.exe -static -lncurses