Learn how to make games using the Unity Game Engine.
Instructor Mike Treanor
Most examples from class will be annotated and posted here. Remember to look carefully at the comments in the code. To quickly look at the code, just look through the Unity project in the GitHub repository. To integrate the project into another Unity project, download and import the .unitypackage file. In your own Unity project, go to Assets > Import Package > Custom Package...
10/19/20
All exercises are designed to allow you to demonstrate proficiency in various aspects of game programming. As you code, you should also adhere to the code standards demonstrated in the examples, and that I demonstrate in class.
# | Due Date | Title | Link |
---|---|---|---|
0 | 8/31/20 | Roll a Ball | link |
1.1 | 8/31/20 | Setting up your development environment with Unity and Github | Setup Instructions |
2 | 9/18/20 | Make a small game with 3d models that demonstrates your understanding of the basics. | link |
3 | 10/1/20 | Game 3: Game of Life: The Game | link |
4 | 10/15/20 | Game 4: Flight Simulator OR Platformer OR BOTH!?! | link |
5 | 11/9/20 | Game 5: Clicking and UI | link |
6 | (multiple due dates) | Final | link |