Tuesday 14 April 2015

Game of Life

Game of Life (gol)

gol is a simple python (with pygame) implementation of famous scouser John Horton Conway's cellular automaton known as 'Game of Life' or 'Life'. Well, between you and me, it's not actually a game. But it really is a facinating programming exercise with some surprising results. It is amazing how much variation can emerge from a small rule set.