Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 683 Bytes

Instructions

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.

Built with

Textures were taken from eugeneloza's snake game.
Sounds were taken from http://www.downloadfreesound.com/8-bit-sound-effects/

License

Licensed under MIT. See LICENSE for details.