The goal of this project was to create a 3D arcade game looking like TEMPLE RUN using the OpenGL library.
To compile the game and the libreries, use the CMakeLists
file in a build folder:
cd build
cmake ../
Then, use the makefile
to compile :
make
Finally, to start the game, simply run the command:
./bin/Temple_Run