qConway's Game Of Life Each cell is either alive or dead (black=alive, white=dead) when an update happens, each cell either lives or dies, if it is already alive, it will stay alive only if it has 2-3 alive neighbours. If it is dead, it will only live if it has 3 alive neighbours. R - reset map S - change size of map (note: the map resets after)
Read more : http://pi.math.cornell.edu/~lipa/mec/lesson6.html Btw game breaks if you set the size too big