Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 504 Bytes

Flight Simulator

Welcome to my flight simulator!

This is a project I built using C# and Unity, where you control a plane through an infinite procedurally generated terrain. To generate terrain, a combination of Perlin and Simplex noise is used to achieve a mountainous look with occasional water areas.

Images/Screenshot_1.png

Images/Screenshot_2.png

Credit:

  • Sebastian Lague: foundation of terrain generation
  • Gasgiant: plane model