- Download the
.zip
folder and extract it. - Download and install libraries such as GLEW, GLFW & its dependencies, Freetype, GLAD, GLM, etc.
- Create a
build
folder in the extracted directory. - Do the following commands:
cd build;
cmake ..; make;
cd ../src
./app
- There are 3 levels in the game with increasing difficulty
- You are supposed to reach the end of the 3rd level while avoiding contact with
zappers
to win the game. Your score is equal to the number ofcoins
you collect. - Press
spacebar
to activate your jetpack