Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 154 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 154 Bytes

Getting things to work

# in the root directory of the project
unzip libs.zip

mkdir build
cd build
cmake ..
make . game

cd ..
./build/game