author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 22 Feb 2016 12:41:52 +0200 | |
changeset 1903 | 901e7394849f |
parent 1895 | 91e537a35a34 |
child 1905 | fba288d59662 |
permissions | -rw-r--r-- |
1895
91e537a35a34
Add standard header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1765
diff
changeset
|
1 |
.. -*- coding: utf-8 -*- |
91e537a35a34
Add standard header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1765
diff
changeset
|
2 |
.. include:: HEADER.rst |
1765 | 3 |
|
4 |
================ |
|
5 |
Cell automata. |
|
6 |
================ |
|
1895
91e537a35a34
Add standard header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1765
diff
changeset
|
7 |
.. contents:: |
1765 | 8 |
|
9 |
Simulator. |
|
10 |
========== |
|
11 |
||
12 |
Debian packages:: |
|
13 |
||
14 |
golly - Game of Life simulator using hashlife algorithm |
|
15 |
zivot - the game of life, simple console version |
|
16 |
||
17 |
See: |
|
18 |
||
19 |
* https://en.wikipedia.org/wiki/Category:Cellular_automaton_software |
|
20 |
||
21 |
Info. |
|
22 |
===== |
|
23 |
||
24 |
https://en.wikipedia.org/wiki/Life-like_cellular_automaton |
|
25 |
https://en.wikipedia.org/wiki/Langton%27s_loops |
|
26 |
https://en.wikipedia.org/wiki/Artificial_life |
|
27 |
https://en.wikipedia.org/wiki/Evolutionary_computation |
|
28 |
https://en.wikipedia.org/wiki/Codd%27s_cellular_automaton |
|
29 |
https://en.wikipedia.org/wiki/Von_Neumann_universal_constructor |
|
30 |
https://en.wikipedia.org/wiki/Life_without_Death |
|
31 |
https://en.wikipedia.org/wiki/Highlife_%28cellular_automaton%29 |
|
32 |
https://en.wikipedia.org/wiki/Day_and_Night_%28cellular_automaton%29 |
|
33 |
https://en.wikipedia.org/wiki/Category:Cellular_automaton_rules |
|
34 |
https://en.wikipedia.org/wiki/Wireworld |
|
35 |
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life |
|
36 |
||
37 |
Algorithm. |
|
38 |
========== |
|
39 |
||
40 |
https://en.wikipedia.org/wiki/Hashlife |
|
41 |