ADITYA JAIN PANSARI
- To run the game enter these command in the directory of the game: run ./graphics_asgn1 in directory build
- You can use missiles/bombs to kill enemies (cannons and parachutes).
- A powerup in the form of Green parachute if taken provides health regeneration.
- A powerup in the form of Brown parachute if taken provides fuel regenration.
- Destroy enemy Cannons -> 100
- Destroy Parachutes (using Missiles) -> 50
- Destroy Parachutes (hit with Plane) -> 10
- Pass through Fire Rings -> 200
- Going Under-Water -> -0.1
- Get hit by Cannon Fire_Balls -> -1
- Get hit by Parachute -> -1
- Go near Volcanoes (NO-FLYING-ZONE) -> -5
- Health regenerates automatically when inside the green parachutes.
- Fuel regenerates automatically when inside the grey parachutes.
- Health goes ZERO
- Fuel Tank goes EMPTY
- Cockpit View (Pilot's Eye)
- This is a view from inside the plane’s cockpit which is from inside the front wind-shield. Only a part of the world in front is visible. In other words, in this view, we see what the pilot sees, as if we were the pilot.
- It is easy to aim a Missile using this view.
- Top View (Bird's Eye)
- This is a top-down view, as if we were looking vertically downwards from a position in the sky. This gives a clear picture of the path.
- It is easy to aim a Drop-Bomb using this view.
- Tower View
- Here, the camera is sitting on a tower, to the side of the plane of playing, observing it at an angle.
- Follow-cam View
- This is a view of the plane and the region in front of it from a location behind and above it, as if the camera is following the plane.
- Helicopter-cam View
- Here, the camera is movable with the mouse in an intuitive manner. Clicking and dragging should change the look angle, the up vector should remain up always,and the scroll wheel will move the camera closer or farther away from the scene.up vector should remain up always, and the scroll wheel will move the camera closer or farther away from the scene.
- Fixed-cam View
- The Camera is fixed at the starting point of the game.
- Sounds have been added
- Compass on dashboard
- Segment Display for score
- Health Regeneration Power-Up
Moves | Keyboard input |
---|---|
Yaw | Q and E |
Pitch | UP and DOWN |
Roll | A and D |
Accelerate | W |
Retardation | S |
Fire Missile | Left Mouse click |
Drop Bomb | Right Mouse click |
Zoom In-Zoom Out | Mouse Scroll |
Cam-view Toggle | C |
Quit | Esc |
SO NOW IT'S TIME TO PLAY!!
GOOD LUCK