A very simple implementation of Conway’s Game of Life.

The above is the standard implementation, I then tweaked the program to be a bit more aggressive:

This stuff is really helpful to create a progression, used in games, textures, AI and music.

Source code here:

https://github.com/opposable/Conway