/Jetpack-Joyride-Clone

A basic replica of Jetpack-Joyride using OpenGL.

Primary LanguageMakefile

Jetpack-Joyride-Clone

A basic replica of Jetpack-Joyride using OpenGL. alt text

Controls

  • Up Arrow ⬆️ - Move Up
  • Left Arrow ⬅️ - Move Left
  • Right Arrow ➡️ - Move Right
  • SpaceBar - Shoot water balloon
  • Mouse Scroll - Zoom In/Out

Features

  • Powerups
    • Arrow - Increases player speed
    • Sword - Kills all enemies
  • Enemies
    • Firelines - Static firelines appear randomly
    • Firebeams - Fire like beam which moves along Y-Axis
    • Boomerang - Moves in horizontal 'U' direction
    • Viserion - Throws fireball at player
  • Spaceship - Drops extra coins
  • Magnet - Pulls player towards itself

Setup and Run

  • Clone this repository.
  • Run the following commands
    cd build
    make
    ./jetpack-joyride