GAME 615 - American University
This exercise is to be completed with a partner
Your github repository should be called game615-spring2023-04
Create a very basic flight simulator where the player attempts to collect objects spread around the sky. The number of items that have been collected should be displayed on the screen. To create a simple simulation of flight, your "plane" should simply move forward and rotate using the arrow keys. In addition to the plane movement and collection, you need to complete at least two of the following challenges. Make note of which challenges you completed inside of your README.md file.
Name your repository "game615-spring2023-04"
Make sure to set your Unity and Github projects correctly
To integrate the project into another Unity project, download and import the .unitypackage file located at the "CODE" link below. In your own Unity project, go to Assets > Import Package > Custom Package...
Once you do this, all of the assets from the sample project will be loaded into your project. Double click the "scene" file (the one with the Unity logo) to actually open up the sample game.
Turn in this assignment via your properly named GitHub repository. Each submission must be accompanied by a README.md file that contains your name, the name of your collaborators, and a link to a playable version of your game (i.e. a WebGL build). Also include any other information you think may be relevant (e.g. how to play if it isn't obvious). Also, don't forget to note which challenges you completed.
Also, as part of your submission process, you must complete this form. In the form there is a place to link your repository - this is where I will look to see your submission.