Midterm Project: A Complete (small) Game

GAME 615 - American University

Description

We’ve been making a lot of cool demos, but it is time to make a complete (see below) game. Given how little time we have, you should limit your ambition and keep your game small (and likely short). While there are no official requirements for what type of game you make, it is expected that you demonstrate knowledge of the concepts and techniques that we have covered in class.

The midterm is designed so that you can attempt to make something at whatever skill level you feel you are at. I recommend trying to make something along the lines of what you already worked on with the exercises: simple physics game (easiest), flight simulator (intermediate), platformer (intermediate), top down simulation/RTS game (hard). Remember to look at the sample code from class.

What I Mean by a *Complete* Game

Building your Project for the Web

Submission

Submit your project to github. Make sure your Unity project is titled "midterm" 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/game615-spring2019/exercises/midterm/web