A simple snake-clone written in C++.
This program is only meant to work on Linux at the moment.
- download the source-code
- extract source-code if necessary
- run
sudo apt install cmake libsfml-dev
cd
into the source-code's directory- make a new directory called
build
within the source-code directory cd
intobuild
- run
cmake ..
- run
make -f Makefile