author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 10 Feb 2018 01:28:53 +0200 | |
changeset 2227 | 1e9323e7ec88 |
parent 1912 | 8b81a8f0f692 |
child 2228 | 837f1337c59b |
permissions | -rw-r--r-- |
1911
870693ce6ff0
Fix my RST article style by 'check-format-policy' target.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1905
diff
changeset
|
1 |
.. -*- coding: utf-8; -*- |
1765 | 2 |
|
3 |
================ |
|
4 |
Cell automata. |
|
5 |
================ |
|
1895
91e537a35a34
Add standard header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1765
diff
changeset
|
6 |
.. contents:: |
1905
fba288d59662
Include only local subsections into TOC. This prevent duplication of
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1895
diff
changeset
|
7 |
:local: |
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 |