AdityaYadavalli1 / Jetpack-Joyride

A very short and simple version of Jetpack Joyride.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetpack Joyride

This is a replica of the famous arcade game - Jetpack Joyride using OpenGL.

This repository is a mirror of this. Please don't hesitate to raise any issues/questions there.

To run

  1. mkdir build
  2. cd build
  3. cmake ../
  4. make all -j 4

Note: In case of Experimental Error for GLM. add "#define GLM_ENABLE_EXPERIMENTAL" in the files main.h nonedit.cpp other_handlers.cpp and input.cpp, before you include glm.

Cheers! Have Fun

About

A very short and simple version of Jetpack Joyride.


Languages

Language:C++ 86.5%Language:Python 10.5%Language:CMake 2.3%Language:GLSL 0.6%Language:Batchfile 0.1%