Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 385 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 385 Bytes

Game

In this short guide we will explain how to build and run our game.

Step 1

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.

Step 2

Run the following shell script:

cd ~/game61
cmake .
make all
./game

Enjoy!

And respect the rules of the game