CSC 470 - American University
DUE: 11/9/20
For this assignment you will explore using the mouse and user interface elements to make a game. Many genres, such as real time strategy (e.g. StarCraft), simulation (e.g. Cities: Skylines), MOBA (League of Legends), and more use this mode of interaction. While there isn't anywhere near enough time to make a full game those, you do now have the ability to make a small game like them!
These are the requirements for your game:
Feel free to start from this code, but you won't get very far with the assignment if you don't understand it, so look it over carefully.
CODE PLAY
Submit your project to github. Make sure your Unity project is titled "game05" 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/game05/web