Discord
@hash/conways-game-of-life-unbounded
Simulation
6
2
Public

Conways Game of Life - Unbounded

This model implements Conway’s Game of Life while demonstrating HASH’s agent creation and deletion ability.

This model implements Conway’s Game of Life while demonstrating HASH’s agent creation and deletion ability.

A cell is either alive or dead. A live cell remains alive if it has 2 or 3 neighbors, otherwise it dies. A dead cell will only become live if it has exactly 3 neighbors.

You can use a number of preset starting conditions or begin with a random configuration by modifying the values in the Properties tab.