Graylife
An extension of Conway’s Game of Life into grayscale
Run
Step
Grid
Algorithm:
Conway's Life
Gradient
Neighborly
Fill random
Clear
Preset:
Rhino
Inverted Jenny
Cat Deposit
Ptolemaic System
Small Random
Large Random
Conway’s Rules
Any cell with 3 live neighbors is alive in the next round
A living cell with 2 live neighbors stays alive in the next round
All other cells will be dead.
Graylife extensions
Rather than live (1) or dead (0), cells may be in a range from 0 to 1
If all cells are 0 or 1, the rules are identical to Conway’s.
Beyond that, I’m playing around with different interpolations. Check the source code for details.
Code repository