CSC 470 - American University
Create a small game that features Conway's Game of Life in some interesting way.
Here are some ideas:
I recommend that you avoid using 3d models from the internet for this assignment (unless you really want to). The point of the assignment is to demonstrate that you can be creative with your understanding of Unity and programming in C#.
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 "game03" 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/game03/web