Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Life-like cellular automaton
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Type of cellular automaton with similarities to Conway's Game of Life}} A [[cellular automaton]] (CA) is '''{{Not a typo|Life-like}}''' (in the sense of being similar to [[Conway's Game of Life]]) if it meets the following criteria: * The array of cells of the automaton has two dimensions. * Each cell of the automaton has two states (conventionally referred to as "alive" and "dead", or alternatively "on" and "off") * The neighborhood of each cell is the [[Moore neighborhood]]; it consists of the eight adjacent cells to the one under consideration and (possibly) the cell itself. * In each time step of the automaton, the new state of a cell can be expressed as a function of the number of adjacent cells that are in the alive state and of the cell's own state; that is, the rule is ''outer totalistic'' (sometimes called ''semitotalistic''). This class of cellular automata is named for the [[Conway's Game of Life|Game of Life]] (B3/S23), the most famous cellular automaton, which meets all of these criteria. Many different terms are used to describe this class. It is common to refer to it as the "Life family" or to simply use phrases like "similar to Life". ==Notation for rules== There are three standard notations for describing these rules, that are similar to each other but incompatible. {{harvtxt|Wolfram|Packard|1985}} use the [[Wolfram code]], a [[decimal]] number the binary representation of which has bits that correspond to each possible number of neighbors and state of a cell; the bits of this number are zero or one accordingly as a cell with that neighborhood is dead or alive in the next generation.<ref>{{citation | last1 = Wolfram | first1 = Stephen | author1-link = Stephen Wolfram | last2 = Packard | first2 = N. H. | title = Two-dimensional cellular automata | journal = Journal of Statistical Physics | volume = 38 | year = 1985 | pages = 901β946 | doi = 10.1007/BF01010423 | issue = 5β6| bibcode = 1985JSP....38..901P}} Reprinted in {{citation | last = Wolfram | first = Stephen | author-link = Stephen Wolfram | isbn = 978-0-201-62664-3 | pages = 211β249 | publisher = Westview Press | title = Cellular Automata and Complexity | year = 1994}}.</ref> The other two notations unpack the same sequence of bits into a [[String (computer science)|string]] of characters that is more easily read by a human. In the notation used by Mirek's Cellebration, a rule is written as a string x/y where each of x and y is a sequence of distinct digits from 0 to 8, in numerical order. The presence of a digit ''d'' in the x string means that a live cell with ''d'' live neighbors survives into the next generation of the pattern, and the presence of ''d'' in the y string means that a dead cell with ''d'' live neighbors becomes alive in the next generation. For instance, in this notation, Conway's Game of Life is denoted 23/3.<ref name="mirekw">{{citation | last = WΓ³jtowicz | first = Mirek | publisher = Mirek's Cellebration | title = Cellular Automaton Rules Lexicon β Family: Life | url = http://www.mirekw.com/ca/rullex_life.html}}.</ref><ref name="wuensche">{{citation | last = Wuensche | first = Andrew | contribution = 16.10 The game-of-Life and other {{Not a typo|Life-like}} rules β rcode | isbn = 978-1-905986-31-6 | pages = 145β146 | publisher = Luniver Press | title = Exploring Discrete Dynamics: The DDLAB manual | url = https://books.google.com/books?id=qsktzY_Vg8QC&pg=PA145 | year = 2011}}.</ref> In the notation used by the [[Golly (program)|Golly]] open-source cellular automaton package and in the RLE format for storing cellular automaton patterns, a rule is written in the form By/Sx where x and y are the same as in the MCell notation. Thus, in this notation, Conway's Game of Life is denoted B3/S23. The "B" in this format stands for "birth" and the "S" stands for "survival".<ref name="e10"/> == A selection of {{Not a typo|Life-like}} rules == [[File:Diamonds.png|thumb|Chaotic diamonds in the Diamoeba (B35678/S5678) rule]] [[File:Seeds.png|thumb|Exploding chaos in the Seeds (B2/S) rule]] [[File:Conway.png|thumb|Conway's Game of Life (B3/S23)]] [[File:Anneal CA.png|thumb|200px|Anneal (B4678/S35678)]] There are 2<sup>18</sup> = 262,144 possible {{Not a typo|Life-like}} rules, only a small fraction of which have been studied in any detail. In the descriptions below, all rules are specified in Golly/RLE format. <!-- Please do not add rules to this list unless they can be documented by at least two independent sources. --> {| class="wikitable" |+ Notable {{Not a typo|Life-like}} rules ! Rule !! Name !! Description and sources |- | B1357/S1357 | Replicator | [[Edward Fredkin]]'s replicating automaton: every pattern is eventually replaced by multiple copies of itself.<ref name="mirekw"/><ref name="wuensche"/><ref name="e10"/> |- | B2/S | [[Seeds (cellular automaton)|Seeds]] | All patterns are phoenixes, meaning that every live cell immediately dies, and many patterns lead to explosive chaotic growth. However, some engineered patterns with complex behavior are known.<ref name="mirekw"/><ref>{{citation | last = Silverman | first = Brian | contribution = Changing the Rules | publisher = Mathematical Association of America | title = The Virtual Computer | url = http://www.maa.org/editorial/mathgames/seeds.html}}.</ref><ref>[http://entropymine.com/jason/life/alt/b2s.zip Patterns for Seeds] collected by Jason Summers.</ref> |- | B25/S4 | | This rule supports a small self-replicating pattern which, when combined with a small glider pattern, causes the glider to bounce back and forth in a pseudorandom walk.<ref name="e10"/><ref>{{citation|first=Gabriel|last=Nivasch|title=The photon/XOR system|year=2007|url=http://www.gabrielnivasch.org/fun/life/photonxor-system}}.</ref> |- | B3/S012345678 | [[Life without Death|Life without Death]] | Also known as Inkspot or Flakes. Cells that become alive never die. It combines chaotic growth with more structured ladder-like patterns that can be used to simulate arbitrary Boolean circuits.<ref name="mirekw"/><ref name="e10"/><ref>{{citation|title=Cellular Automata Machines: A New Environment for Modeling|first1=Tommaso|last1=Toffoli|author1-link=Tommaso Toffoli|first2=Norman|last2=Margolus|author2-link=Norman Margolus|year=1987|publisher=MIT Press|contribution=1.2 Animate-by-numbers|pages=6β7}}.</ref><ref>{{citation|title=Life without Death is P-complete|url=http://psoup.math.wisc.edu/java/lwodpc/lwodpc.html|journal=Complex Systems|volume=10|year=1996|pages=437β447|first1=David|last1=Griffeath|first2=Cristopher|last2=Moore|author2-link=Cris Moore}}.</ref> |- | B3/S23 | [[Conway's Game of Life|Life]] | Highly complex behavior.<ref>{{citation | last = Gardner | first = Martin | author-link = Martin Gardner | date = October 1970 | journal = Scientific American | pages = 120β123 | title = Mathematical Games - The fantastic combinations of John Conway's new solitaire game "life" | volume = 223}}.</ref><ref>{{citation | last1 = Berlekamp | first1 = E. R. | author1-link = Elwyn Berlekamp | last2 = Conway | first2 = John Horton | author2-link = John Horton Conway | last3 = Guy | first3 = R.K. | author3-link = Richard K. Guy | edition = 2nd | publisher = A K Peters Ltd | title = [[Winning Ways for your Mathematical Plays]] | year = 2004}}.</ref> |- | B34/S34 | 34 Life | Was initially thought to be a stable alternative to [[Conway's Game of Life|Life]], until computer simulation found that larger patterns tend to explode. Has many small oscillators and spaceships.<ref name="mirekw"/><ref>{{citation|title=The Recursive Universe: Cosmic Complexity and the Limits of Scientific Knowledge|first=William|last=Poundstone|page=134|publisher=Contemporary Books|year=1985|isbn=978-0-8092-5202-2}}.</ref><ref>{{citation|title=34 LIFE|first=Jack|last=Eisenmann|url=http://www.ostracodfiles.com/34life/main.html}}.</ref> |- | B35678/S5678 | Diamoeba | Forms large diamonds with chaotically fluctuating boundaries. First studied by Dean Hickerson, who in 1993 offered a $50 prize to find a pattern that fills space with live cells; the prize was won in 1999 by David Bell.<ref name="mirekw"/><ref name="e10"/><ref>{{citation | last1 = Gravner | first1 = Janko | last2 = Griffeath | first2 = David | doi = 10.1006/aama.1998.0599 | issue = 2 | journal = Advances in Applied Mathematics | mr = 1634709 | pages = 241β304 | title = Cellular automaton growth on '''Z'''<sup>2</sup>: theorems, examples, and problems | volume = 21 | year = 1998| doi-access = free }}.</ref> |- | B36/S125 | 2x2 | If a pattern is composed of 2x2 blocks, it will continue to evolve in the same form; grouping these blocks into larger powers of two leads to the same behavior, but slower. Has complex oscillators of high periods as well as a small glider.<ref name="mirekw"/><ref>{{citation | last = Johnston | first = Nathaniel | editor-last = Adamatzky | editor-first = Andrew | editor-link = Andrew Adamatzky | arxiv = 1203.1644 | contribution = The B36/S125 "2x2" Life-Like Cellular Automaton | doi = 10.1007/978-1-84996-217-9_7 | pages = 99β114 | publisher = Springer | title = Game of Life Cellular Automata | year = 2010 | isbn = 978-1-84996-216-2 | bibcode = 2010golc.book...99J}}.</ref> |- | B36/S23 | [[Highlife (cellular automaton)|HighLife]] | Similar to Life but with a small self-replicating pattern.<ref name="mirekw"/><ref name="e10"/><ref>{{citation|url=http://www.tip.net.au/~dbell/articles/HighLife.zip|title=HighLife - An Interesting Variant of Life|first=David|last=Bell}}.</ref> |- | B3678/S34678 | [[Day and Night (cellular automaton)|Day & Night]] | Symmetric under on-off reversal. Has engineered patterns with highly complex behavior.<ref name="mirekw"/><ref name="e10"/><ref>{{citation|url=http://www.tip.net.au/~dbell/articles/DayNight.zip|first=David|last=Bell|title=Day & Night - An Interesting Variant of Life}}.</ref> |- | B368/S245 | Morley | Named after Stephen Morley; also called Move. Supports very high-period and slow spaceships.<ref name="mirekw"/><ref name="e10"/><ref>{{citation|url=http://safalra.com/special/b368s245/guns/|archive-url=https://web.archive.org/web/20060311051755/http://www.safalra.com/special/b368s245/guns/|url-status=dead|archive-date=2006-03-11|title=b368s245 Guns|first=Stephen|last=Morley|year=2005}}.</ref> |- | B4678/S35678 | Anneal | Also called the twisted majority rule. Symmetric under on-off reversal. Approximates the [[curve-shortening flow]] on the boundaries between live and dead cells.<ref>{{citation | last = Vichniac | first = GΓ©rard Y. | editor1-last = Bienenstock | editor1-first = E. | editor2-last = Fogelman SouliΓ© | editor2-first = F. | editor3-last = Weisbuch | editor3-first = G. | contribution = Cellular automata models of disorder and organization | doi = 10.1007/978-3-642-82657-3_1 | pages = 3β20 | publisher = Springer-Verlag | series = NATO ASI Series | title = Disordered Systems and Biological Organization | volume = 20 | year = 1986}}.</ref><ref>{{citation | last = Pickover | first = Clifford A. | authorlink = Clifford A. Pickover | doi = 10.1007/bf01900906 | issue = 3 | journal = The Visual Computer | pages = 173β177 | title = Lava lamps in the 21st century | volume = 10 | year = 1993}}.</ref><ref>{{citation | last1 = Chopard | first1 = Bastien | last2 = Droz | first2 = Michel | contribution = 2.2.4 The annealing rule | doi = 10.1017/CBO9780511549755 | isbn = 0-521-46168-5 | mr = 1669736 | pages = 37β38 | publisher = Cambridge University Press, Cambridge | series = Collection AlΓ©a-Saclay: Monographs and Texts in Statistical Physics | title = Cellular automata modeling of physical systems | year = 1998}}.</ref> |} Several more rules are listed and described in the MCell rule list<ref name="mirekw"/> and by {{harvtxt|Eppstein|2010}}, including some rules with B0 in which the background of the field of cells alternates between live and dead at each step.<ref name="e10">{{citation | last = Eppstein | first = David | authorlink = David Eppstein | editor-last = Adamatzky | editor-first = Andrew | editor-link = Andrew Adamatzky | arxiv = 0911.2890 | contribution = Growth and decay in {{Not a typo|life-like}} cellular automata | doi = 10.1007/978-1-84996-217-9_6 | pages = 71β98 | publisher = Springer | title = Game of Life Cellular Automata | year = 2010 | isbn = 978-1-84996-216-2}}.</ref> Any automaton of the above form that contains the element B1 (e.g. B17/S78, or B145/S34) will always be explosive for any finite pattern: at any step, consider the cell (''x'',''y'') that has minimum ''x''-coordinate among cells that are on, and among such cells the one with minimum ''y''-coordinate. Then the cell (''x''β1,''y''β1) must have exactly one neighbor, and will become on in the next step. Similarly, the pattern must grow at each step in each of the four diagonal directions. Thus, any nonempty starting pattern leads to explosive growth.<ref name="e10"/> Any automaton of the above form that does not include any of B0, B1, B2 or B3 cannot support movement or expansion of patterns because any cell outside a rectangular building box containing the pattern has at most three on neighbours. Most finite patterns in rules whose notation begins with B2, and all finite patterns in rules beginning with B1, grow in all directions rather than remaining of bounded size, with a front that moves at the speed of light. Thus, the remaining "interesting" rules are the ones beginning with B3 (Game of Life, Highlife, Morley, 2x2, Day&Night) or beginning with B0 (and not including S8, as otherwise the dual can be studied instead).<ref name="e10"/> ==Generalizations== There are other cellular automata which are inspired by the Game of Life, but which do not fit the definition of "{{Not a typo|life-like}}" given in this article, because their neighborhoods are larger than the Moore neighborhood, or they are defined on three-dimensional lattices, or they use a different lattice topology. For example: *''[[Non-totalistic]] rules'' depend on the configuration of live cells in the neighborhood. **''Non-[[isotropic]] rules'' that behave differently in different directions. There are 2<sup>512</sup>β1.34*10<sup>154</sup> rules of this kind, including isotropic rules.{{Citation needed|date=August 2023}} **''Isotropic non-totalistic rules'' behave identically under rotation and reflection. There are 2<sup>102</sup>β5.07*10<sup>30</sup> rules of this kind, including outer-totalistic rules.<ref>{{citation | last = Sapin | first = Emmanuel | editor-last = Adamatzky | editor-first = Andrew | editor-link = Andrew Adamatzky | doi = 10.1007/978-1-84996-217-9_9 | issue = | title = Game of Life Cellular Automata | pages =135β165 | contribution = Larger than Life: threshold-range scaling of Life's coherent structures | volume = | year = 2010}}</ref> *''Generations'' rules include one or more "dying" states cells switch to instead of instantly dying. The most famous examples in this category are the rules "Brian's Brain" (B2/S/3) and "Star Wars" (B2/S345/4). Random patterns in these two rules feature a large variety of spaceships and rakes with a speed of c, often crashing and combining into even more objects. *''Larger than Life'' is a family of cellular automata studied by Kellie Michele Evans. They have very large radius neighborhoods, but perform "birth/death" thresholding similar to Conway's life. These automata have eerily organic "glider" and "blinker" structures.<ref>{{citation | last = Evans | first = Kellie Michele | doi = 10.1016/S0167-2789(03)00155-6 | issue = 1β2 | journal = Physica D | pages = 45β67 | title = Larger than Life: threshold-range scaling of Life's coherent structures | volume = 183 | year = 2003| bibcode = 2003PhyD..183...45E }}.</ref> *''RealLife'' is the [[continuum limit]] of Evan's Larger Than Life CA, in the limit as the neighborhood radius goes to infinity, while the lattice spacing goes to zero. Technically, they are not cellular automata at all, because the underlying "space" is the continuous Euclidean plane '''R'''<sup>2</sup>, not the discrete lattice '''Z'''<sup>2</sup>. They have been studied by Marcus Pivato.<ref>{{citation | last = Pivato | first = Marcus | arxiv = math.DS/0503504 | doi = 10.1016/j.tcs.2006.11.019 | issue = 1 | journal = Theoretical Computer Science | pages = 46β68 | title = RealLife: the continuum limit of Larger than Life cellular automata | volume = 372 | year = 2007}}.</ref> *''[[Lenia]]'' is a family of continuous cellular automata created by Bert Wang-Chak Chan. The space, time and states of the Game of Life are generalized to continuous domains, using large neighborhoods, fractional updates, and real number states, respectively. *Carter Bays has proposed a variety of generalizations of the Game of Life to three-dimensional CA defined on '''Z'''<sup>3</sup> ([[3D Life]]).<ref>{{citation | last = Bays | first = Carter | issue = 4 | journal = Complex Systems | pages = 381β386 | title = A note about the discovery of many new rules for the game of three-dimensional life | volume = 16 | year = 2006}}.</ref> Bays has also studied two-dimensional {{Not a typo|life-like}} CA with triangular or hexagonal neighborhoods.<ref>{{citation | last = Bays | first = Carter | issue = 4 | journal = Journal of Cellular Automata | pages = 345β350 | title = The discovery of glider guns in a game of life for the triangular tessellation | volume = 2 | year = 2007}}.</ref><ref>{{citation | last = Bays | first = Carter | issue = 3 | journal = Complex Systems | pages = 245β252 | title = A note on the game of life in hexagonal and pentagonal tessellations | volume = 15 | year = 2005}}.</ref> == References == {{reflist|colwidth=30em}} == External links == *{{citation | last = Griffeath | first = David | website = The Primordial Soup Kitchen | publisher = Department of Mathematics, [[University of Wisconsin]] | title = Totalistic Growth Rules with Moore Neighborhood | url = http://psoup.math.wisc.edu/extras/moore/moore.html}}. *[https://www.dcode.fr/game-of-life Game of Life - Conway and Variants - Online Software Tool] [[Category:Cellular automaton rules]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Citation
(
edit
)
Template:Citation needed
(
edit
)
Template:Harvtxt
(
edit
)
Template:Not a typo
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)