cellular-automaton.rst
changeset 1765 2132765de2f4
child 1895 91e537a35a34
equal deleted inserted replaced
1764:1573c78ad303 1765:2132765de2f4
       
     1 
       
     2 ================
       
     3  Cell automata.
       
     4 ================
       
     5 
       
     6 Simulator.
       
     7 ==========
       
     8 
       
     9 Debian packages::
       
    10 
       
    11   golly - Game of Life simulator using hashlife algorithm
       
    12   zivot - the game of life, simple console version
       
    13 
       
    14 See:
       
    15 
       
    16  * https://en.wikipedia.org/wiki/Category:Cellular_automaton_software
       
    17 
       
    18 Info.
       
    19 =====
       
    20 
       
    21 https://en.wikipedia.org/wiki/Life-like_cellular_automaton
       
    22 https://en.wikipedia.org/wiki/Langton%27s_loops
       
    23 https://en.wikipedia.org/wiki/Artificial_life
       
    24 https://en.wikipedia.org/wiki/Evolutionary_computation
       
    25 https://en.wikipedia.org/wiki/Codd%27s_cellular_automaton
       
    26 https://en.wikipedia.org/wiki/Von_Neumann_universal_constructor
       
    27 https://en.wikipedia.org/wiki/Life_without_Death
       
    28 https://en.wikipedia.org/wiki/Highlife_%28cellular_automaton%29
       
    29 https://en.wikipedia.org/wiki/Day_and_Night_%28cellular_automaton%29
       
    30 https://en.wikipedia.org/wiki/Category:Cellular_automaton_rules
       
    31 https://en.wikipedia.org/wiki/Wireworld
       
    32 https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
       
    33 
       
    34 Algorithm.
       
    35 ==========
       
    36 
       
    37 https://en.wikipedia.org/wiki/Hashlife
       
    38