Game 4: Flight Simulator OR Platformer OR Both!?!

Due 10/15/20

CSC 470 - American University

Description

For this game, your grade depends on your ambition! For a B, you have a choice of either creating a flight simulator, or a platformer (details below).

BUT, if you want an A, you need to make a game where you can do BOTH! For example, when the plane "lands", the player will "hop" out of the plane and have some task to complete.

Flight Simulator

While you are free to use my example code for to get you started, you will need to significantly enhance it. Here are some ideas of stuff to add (but feel free to come up with your own):

Platformer

Again, you can use my code to get you started, but you need to add significantly to it in order to get a good grade. Here are some ideas of stuff to add (but feel free to come up with your own):

BOTH!?!

Again, in order to get an A on this assignment, you will need to make a game that has both flight simulator and platforming elements.

Flight Simulator Sample Project

Feel free to start from this code, but you won't get very far with the assignment if you don't understand it, so look it over carefully.

CODE PLAY

Platformer Sample Project

Feel free to start from this code, but you won't get very far with the assignment if you don't understand it, so look it over carefully.

CODE PLAY

Building your Project for the Web

Submission

Submit your project to github. Make sure your Unity project is titled "game04" and located in the "exercises" folder of your local github repository. To push it up to github, open Github Desktop, commit your changes (you need to enter a comment in the field on the bottom left of the screen), and click the "Push origin" button near the top middle of the screen.

If everything worked, you should be able to play your game by going to:

http://(your git username).github.io/csc470-fall2020/exercises/game04/web