Skip to content

h-sinha/Airplane-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airplane-Simulator

A 3D game made using OpenGL. alt text

Controls

  • W - Move Forward
  • A - Turn Left
  • D - Turn Right
  • SpaceBar - Move Up
  • S - Move Down
  • Q - Anticlockwise Roll
  • E - Clockwise Roll
  • C - Change Camera View
  • B - Perform Barrel Roll
  • L - Perform Looping the loop
  • Left Mouse Button - Shoot Missile
  • Right Mouse Button - Drop Bomb
  • Mouse Scroll - Zoom In/Out

Features

  • Plane Dashboard - Contains Magnetic Compass, Speedometer, Fuel Bar, Altitude Indicator
  • Checkpoints - Shoot missile at the plane. Player must destroy these checkpoints to win th game
  • Parachutes - Shooting enemy parachutes provides extra points to player
  • Camera VIews
    • Follow Cam View
    • Plane View
    • Tower View
    • Top View
    • Helicopter Cam View
  • Bonus
    • Rings Of Smoke - Provide extra points to the player
    • Fuel Ups - Provide fuel for the airplane
    • Time Freeze - Freezes everything except plane

Setup and Run

  • Clone this repository.
  • Run the following commands
    cd build
    make
    ./airplane-simulator