John Conway's Game of Life re-animated
- death through isolation
- death through overpopulation
- (animated): birth, (static): survival
The traditional code for this pioneering artificial life algorithm produces 1-bit graphics, so the process in this version has been adapted (by bitshifting the alpha transparency and allocating colours to the three possible states) to appear more alive.
Source code (circa 2009). Built with Processing (adapted from Reas & Fry, Processing, p466)