Skip to content

Frostofree/Jetpack-joyride

Repository files navigation

Jetpack Joyride

Build Instructions

The Project is built using cmake. If you do not have cmake installed on your system -

sudo apt-get -y install cmake

Once that is done, run the following commands in the Jetpack Joyride folder to start

cmake . ;
make ;
./app ;

After that, press Enter to start playing!

Contents

  • glfw, glad and glm built from source in libraries

  • Standard shader class from learnopengl.com and stb_image.h in include

  • CMake file to compile project (includes glfw, glad, glm and freetype)

  • freetype2 was installed on system, linked to include path in /usr/....\

  • Utilised multiple game assets from the original jetpack joyride, gameassets2D.com, etc.

Features Implemented

  • Levels
  • Movement
  • Zappers
  • Coins
  • HUD
  • Special Effects (GLSL SlowStep)

About

A Jetpack Joyride clone built on OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published