Skip to content

arnavkapoor/OpenGL_Jetpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

About the Game..

Rules of the Game

  • You control the player acoss various obstacles and fight enemies.
  • Enemies include fire beams , boomerang and a boss.
  • You can shoot water balloons to extinguish beam.
  • Entering the semicircular shield protects the player.
  • The Boss Level is a unique level unlocked when score is greater than 20 where the smart boss shoots bullets based on your position.

How To Play:

  • Run the following code inside the jetpack folder to start the game.
    mkdir build
    cd build
    cmake ..
    make all
    ./jetpac_v1
  • arrow keys are used for jump, left,and right.
  • press 'q' to quit.
  • press 'space' to throw balloons.

Requirements:

  • CMake
  • OpenGL

About

create a jetpack joyride like game using opengl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published