CSC 470 - Game Programming

Assignment 3: Flight Simulator

Name your Unity project flight

Description

Create a very basic flight simulator where the player attempts to collect objects spread around the sky as they fly over a terrain (you must use a textured terrain). The number of items that have been collected should be displayed on the screen. In addition to the plane movement and collection, you need to complete at least two of the following challenges.

Challenges

Resources

Turning in your assignment

You will be turning in your assignment by pushing both your Unity project to your Github as well as a WebGL build of your game.

Don’t forget your .gitignore file!

Building your game for the Web

    http://YOUR_GITHUB_USERNAME.github.io/csc470-fall2024/games/flight