An open API service indexing awesome lists of open source software.

https://github.com/tinmarr/gliderman

A game where you fly randomly generated terrain. You will encounter wind columns and speed boosts! Built with Unity 3D.
https://github.com/tinmarr/gliderman

flight flight-simulator game unity

Last synced: 7 months ago
JSON representation

A game where you fly randomly generated terrain. You will encounter wind columns and speed boosts! Built with Unity 3D.

Awesome Lists containing this project

README

          

# Gliderman
* Glider physics simulator.
* Fly through ifinite procedurally generated terrain.
* Gain speed boosts from dangerously fast experiences.

### Authors:
- [Martin Chaperot-Merino](github.com/tinmarr)
- [Yamm Elnekave](https://github.com/mrElnekave)
- [Tomer Sedan](https://github.com/Sordamente)

# Links to Play

Download Links: [https://github.com/tinmarr/GliderGame/releases/tag/1.0](https://github.com/tinmarr/GliderGame/releases/tag/1.0)

# Gameplay

https://user-images.githubusercontent.com/35586618/142961095-0e703ba6-e561-4dd7-a300-3da424a3fa29.mp4

# Features:
* All of the terrain you see is randomly generated and infinite. There are also multiple types of worlds (big canyons, smaller hills, etc)
* The glider follows realisitic aerodynamic rules. To calculate the aerodynamic coefficents, we used algorithms in the paper by Khan and Nahon 2015.
* **W. Khan and M. Nahon**, "Real-time modeling of agile fixed-wing UAV aerodynamics," 2015 International Conference on Unmanned Aircraft Systems (ICUAS), Denver, CO, 2015, pp. 1188-1195, doi: 10.1109/ICUAS.2015.7152411.

# Things to know:
* Esc brings up pause menu
* q/e control yaw, a/d control roll, w/s control pitch
* Otherwise we hope you enjoy and have fun!