Skip to content

obendidi/Temple_Run

 
 

Repository files navigation

TempleRun

3D arcade game in OpenGL

The goal of this project was to create a 3D arcade game looking like TEMPLE RUN using the OpenGL library.

Compile and launch the game

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

Commands

A 3D arcade game created by Amina FADILI, Cécile ROUSSET and Nicolas SENECAL

About

projet cpp opengel3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.5%
  • C 40.7%
  • Other 1.8%