In order to build the project, open the terminal in the root directory and do as follows:
mkdir build && cd build
cmake ..
After that, you can:
make # To compile everything
make tests # To compile only the tests
make main # To compile only the source, without tests
You can execute the tests with ./tests
and the game with ./main
.
Textures were taken from eugeneloza's snake game.
Sounds were taken from http://www.downloadfreesound.com/8-bit-sound-effects/
Licensed under MIT. See LICENSE for details.