# Conway's Game of Life Rules: https://en.wikipedia.org/wiki/Conway\'s_Game_of_Life This is a game that relies on simple rules but can spawn complex behaviour. A simple python implementation of Conway's Game of Life.