Update
This commit is contained in:
parent
02871374cc
commit
7573a09d17
11 changed files with 33 additions and 30 deletions
|
@ -218,3 +218,6 @@ Game of Life can be extended/generalized/modified in great number of ways, some
|
|||
- **[Lenia](lenia.md)**: A relatively recent, highly generalized continuous version of Game of Life -- it is yet more generalized version of Smooth Life where all variables are continuous, including space, time and states, AND furthermore adds multiple channels ("plains" of existence that interact with each other). This system produces incredible patterns and great many organisms.
|
||||
- **different grid geometry, more states, additional rules, ...**: Slight modifications one can make to experiment, e.g. trying out hexagonal grid, triangular grid, [hyperbolic space](hyperbolic.md), 3D and higher dimensional grids, more states (e.g. cells that remember their age) etc. Modifying the base rules is also possible, creating so called life-like automata: the basic game of life is denoted as B3/S23 (born with 3, stays alive with 2 or 3), some life-like variants include e.g. High Life which adds a rule that a dead cell with 6 live neighbors comes alive (B36/S23) -- this gives rise to a new pattern known as *replicator*.
|
||||
|
||||
## See Also
|
||||
|
||||
- [polyworld](polyworld.md)
|
Loading…
Add table
Add a link
Reference in a new issue