About Conway's Game of Life

-Created by: Sarah Squirrel, and Elizabeth Carroll
Conway’s Game of Life is a simulation of bacterial growth. In short it uses a few simple rules in order to decide whether a population lives, dies, or spawns a new population. The simple rules are as follows: If a cell has fewer than two neighbors it dies, if a cell has two or three neighbors it lives, any cell with more than three neighbors dies, and any “dead” or empty cell with three “live” neighbors comes to life.
-Was created using the following websites on December 17th 2018 and since been updated and will continue to do so. *https://jsfiddle.net/concannon/sy9py6qa/ *http://disruptive-communications.com/conwaylifejavascript/