In this short guide we will explain how to build and run our game.
Clone the git-repo in your shell:
git clone https://gitlab.me41025.3me.tudelft.nl/students-1920/lab2/group61 ~/game61
Or download the zip-file.
Run the following shell script:
cd ~/game61
cmake .
make all
./game
And respect the rules of the game