This is a project based on the course "Advanced Programming" of TUM.
- Clone the repo to your local workspace
- In your root directory, Build and compile the whole project by the following commands:
mkdir build
cd build
cmake ..
make
- Run the Game, Go back to the root directory and run:
cd bin
./game_start