Game 3: Game of Life: The Game

Due 10/1/20

CSC 470 - American University

Description

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#.

A Simple Implementation of Conway's Game of Life in Unity

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

Building your Project for the Web

Submission

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