Voronoi Game of Life
×
Game of Life Rules
Underpopulation: Cells with too few neighbors die from isolation
Overpopulation: Cells with too many neighbors die from overcrowding
Revival: Dead cells with exactly the right number of neighbors become alive
In classic Conway's Game of Life, these values are 2, 3, and 3 respectively
×
Voronoi Diagrams
Divides space into regions based on distance to points
Each cell contains all points closest to its generator point
Lloyd's relaxation moves points toward cell centroids
Higher relaxation values create more regular hexagonal patterns
×
How To Use
Start by generating random points or create your own
Adjust the rule parameters to change cellular behavior
Try lower relaxation values for more chaotic patterns
Use Hide Mode to preserve cell positions even when they die