Skip to content

vozdeckyl/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake workflow shellsnake CodeQL

Snake

A simple terminal based game for Linux

Install using snap

snap install shellsnake

Install from the source code

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

Generate documentation

From the root directory

mkdir docs
cd src
doxygen ../dconfig

About

A simple terminal based game for Linux

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages