Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 813 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 813 Bytes

JETPACK JOYRIDE

Running Instructions

mkdir build
cd build
cmake ..
make
./graphics_asgn1 
Controls

Up-Arrow:Move up
Left-Arrow:Move left
Right-Arrow:Move right
Space:Water Balloons

Objective

    Move around in the world and gather as many coins as possible from escaping by the enemies
Features
    Coins,firelines,firebeams.
    Acceleration due to gravity considered for the player
    Firebeams will appear which are sliding after the player has entered a certain region.
    Boomerang which will have the motion when the player entered a region. 
    Zooming and panning  .
    WaterBalloons are used to destroy the firelines.
    Powerups are included for to have another life.     
Window
    Scroll up: zoom in
    Scroll down: zoom out
    Q: quit game