Simple snake game created with ncurses
The project is created with ncurses. To build the project you need CMake V3.2 or later.
mkdir build
cd build
cmake ..
make -j${nproc}
./game
You can navigate both menus with the arrow keys, and enter to select the highlighted option.
Arrow keys to change direction, or W,A,S,D.
* Refactoring
* Improve the UI
* Implement HighScore
* Make the game window depend on the terminal window