CSC 470 - American University
The final project is for you to create a complete (small) game. Where the previous small games were intended to give you experience and practice with the technical topics in the course, the final project should be a complete, tuned, fun and relatively good-looking game that you could give to a stranger and it would be reasonable to expect that they would enjoy their experience (that’s harder than it sounds!).
Also, have your game have some sort of theme, or some sort of story (even if it is a small/abstract one). Many of you are already doing this, but try to do something "on purpose" rather than just defaulting to whatever you can make work or whatever game trope comes to mind.
# | Due Date | Title | Description |
---|---|---|---|
1 | 11/23/20 | Design Document (20%) |
Your design document should include:
Be sure to spend time on this. The document should be approximately "2-3 pages", and you should include it in a README.md file in your your project directory named 'final'. We will review this in person together in our one on one meetings during class. |
3 | 11/30/20 | Core Mechanic Playtesting (30%) |
At this point, the core mechanic of your game should be mostly complete. Before class, create a WebGL build of your game that demonstrates what you have working and post it to github. In class, we will discuss areas that you should spend time improving, including bugs, and gameplay features. |
4 | 12/10/20 | Final Submission (50%) |
Submit a WebGL build of your game, as well as all of the project files to your GitHub repository. Additionally, create one or more of the following and submit it along with your project files to your GitHub repository:
|
Submit your project to github. Make sure your Unity project is titled "final" 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/final/web
If exporting your game to WebGL doesn't work, build your game for either Mac or