pouët.net

Life by Lungcancer Entertainment [web]

LIFE - 256b intro by -SP-^lce
---------------------------------
Released on 2012-05-23 | no party

Implementation of The Game Of Life
algorithm by John Horton Conway, 1970.
Colored pixels represent living cells,
intensity corresponds to cell lifetime.

Files:
------
LIFE.COM
using original algorithm, infinite

LIFE2.COM
modifield algorithm requiring 1 or 2 
adjacent living cells for aging,
stabilizes over time

Full commented ASM source included.