- 0 - 5 To select element
- D to enable debug drawing
Type the following commands, starting in the project's root directory:
mkdir build
cd build
cmake ..
make
To play the game, navigate back to the project's root directory and run the executable from there:
cd ..
./build/sand-cpp