CS 106A Final Project

by Male X

Description

Having encountered John Conway's 'Game of Life' during a Youtube video while procrastinating over Assignment 3, I decided to build this for my final project. It offers a number of options for sizing the grid, colours and the starting pattern used, and allows the user to animate the evolution sequence. A dictionary is used as the primary array storage mechanism, which being one dimensional, presents interesting coding challenges.