Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
/ 42run Public archive

A 'Temple Run' game clone, made with C++ and OpenGL

Notifications You must be signed in to change notification settings

bshanae/42run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

42run

Temple run clone made with OpenGL and C++

Build

God bless you, if you decided to compile this project. You need these libraries :

  • GLEW
  • GLFW3
  • FreeType2
  • ASSIMP

When you get them, do this in project root :

mkdir build
cd build
cmake ..
make -j 4
cd ..

Play

Just run executable from root :

./build/42run

Feautres

  • Pretty good set (I mean, compared to other 42runs)
  • Animated character
  • Obsatcles
  • Bonuses

Resources

About

A 'Temple Run' game clone, made with C++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published