author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 22 Feb 2016 12:46:36 +0200 | |
changeset 1905 | fba288d59662 |
parent 1895 | 91e537a35a34 |
child 1911 | 870693ce6ff0 |
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:: |
1905
fba288d59662
Include only local subsections into TOC. This prevent duplication of
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1895
diff
changeset
|
8 |
:local: |
1765 | 9 |
|
10 |
Simulator. |
|
11 |
========== |
|
12 |
||
13 |
Debian packages:: |
|
14 |
||
15 |
golly - Game of Life simulator using hashlife algorithm |
|
16 |
zivot - the game of life, simple console version |
|
17 |
||
18 |
See: |
|
19 |
||
20 |
* https://en.wikipedia.org/wiki/Category:Cellular_automaton_software |
|
21 |
||
22 |
Info. |
|
23 |
===== |
|
24 |
||
25 |
https://en.wikipedia.org/wiki/Life-like_cellular_automaton |
|
26 |
https://en.wikipedia.org/wiki/Langton%27s_loops |
|
27 |
https://en.wikipedia.org/wiki/Artificial_life |
|
28 |
https://en.wikipedia.org/wiki/Evolutionary_computation |
|
29 |
https://en.wikipedia.org/wiki/Codd%27s_cellular_automaton |
|
30 |
https://en.wikipedia.org/wiki/Von_Neumann_universal_constructor |
|
31 |
https://en.wikipedia.org/wiki/Life_without_Death |
|
32 |
https://en.wikipedia.org/wiki/Highlife_%28cellular_automaton%29 |
|
33 |
https://en.wikipedia.org/wiki/Day_and_Night_%28cellular_automaton%29 |
|
34 |
https://en.wikipedia.org/wiki/Category:Cellular_automaton_rules |
|
35 |
https://en.wikipedia.org/wiki/Wireworld |
|
36 |
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life |
|
37 |
||
38 |
Algorithm. |
|
39 |
========== |
|
40 |
||
41 |
https://en.wikipedia.org/wiki/Hashlife |
|
42 |