Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.21 KB

Gliderman

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

Authors:

Links to Play

Download Links: https://github.com/tinmarr/GliderGame/releases/tag/1.0

Gameplay

Gliderman.Gameplay.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!