Midterm Exam

GAME 615 - American University

The purpose of this midterm is to assess both your knowledge of the basics of Unity and your ability to Github to host your code and a playable version of a small game. The midterm is to be completed and submitted during class on Wednesday, March 8th. As with the exercises, there are very particular instructions for how to submit your work. Please read them carefully.

Description

Create a small game that demonstrates your understanding of the basics of using Unity. Try your best to demonstrate as many of the following competencies as you have time for:

  1. Responding to player input
  2. Having objects move around
  3. Writing to code to respond to when certain objects collide
  4. Displaying dynamic information on the screen
  5. Using the Unity Hierarchy to configure game object's pivot and forward vector
  6. Creating prefabs via code

See below for details on how to submit your project files and playable version of your game via Github.

If you have errors and can't build your project, still submit the project via GitHub, but also include a screenshot of the errors in the Console within Unity. Feel free to include any other screenshots you think might be helpful in demonstrating your knowledge.

Configuring your project

Name your repository "game615-spring2023-midterm"

Make sure to set your Unity and Github projects correctly. BE EXTRA REALLY SUPER CERTAIN THAT YOUR GITIGNORE FILE IS CONFIGURED CORRECTLY AND PLACED IN YOUR UNITY PROJECT FOLDER (the same one as assets)

Building your Project for the Web

Submission

Turn in this exam via your properly named GitHub repository.