Conway's Game Of Life

This simple implementation of Mathematician John Conway's Game of Life simulates a population of entities and demonstrates how interactions between neighbouring cells affect the next generation. I coded the rules in both JavaScript and Go! including the option to tweek the original rules