A simple terminal based game for Linux
snap install shellsnake
Install the dependencies
sudo apt install libncurses5-dev libgtest-dev
Download the source code
git clone https://github.com/vozdeckyl/Snake.git
Create the build directory
cd Snake
mkdir build
cd build
Compile
cmake ..
cmake --build .
The app then can be run from the build
directory
./snake
or it can be installed using
sudo make install
and run from anywhere using
snake
From the root directory
mkdir docs
cd src
doxygen ../dconfig