AdityaYadavalli1 / Flight-Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphics Assignment2 Code

Adapted From : https://github.com/meghprkh/graphics-boilerplate

Instructions:

mkdir build

cd build

cmake ../

make all -j4

Controls:

Move Camera: right and left keys

Change plane direction: A and D

Tilt the plane: E and R

Long Shoot: left click

Short Shoot: right click

Drop Bomb: B

Camera Views:

1 - 5 all views implemented (follow, first person, top view, sky view and helicopter view)

Note that you can't change camera direction in helicopter view

Enemies:

Bunkers/Towers from which enemies shoot

You can shoot parachutes

Utilities:

Altitude is indicated as a green bar on the left side

Compass implemented

Note that you have limited fuel and it is indicated as a red bar on the left side (you can pick up fuel cans)

About


Languages

Language:C++ 55.5%Language:Makefile 20.0%Language:CMake 11.5%Language:C 7.2%Language:Python 5.4%Language:GLSL 0.3%Language:Batchfile 0.0%