cellular-automaton.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Oct 2017 20:50:44 +0300
changeset 2197 5ee52f8d25b5
parent 1912 8b81a8f0f692
child 2228 837f1337c59b
permissions -rw-r--r--
Changing Vagrant home directory.

.. -*- coding: utf-8; -*-

================
 Cell automata.
================
.. contents::
   :local:

Simulator.
==========

Debian packages::

  golly - Game of Life simulator using hashlife algorithm
  zivot - the game of life, simple console version

See:

 * https://en.wikipedia.org/wiki/Category:Cellular_automaton_software

Info.
=====

https://en.wikipedia.org/wiki/Life-like_cellular_automaton
https://en.wikipedia.org/wiki/Langton%27s_loops
https://en.wikipedia.org/wiki/Artificial_life
https://en.wikipedia.org/wiki/Evolutionary_computation
https://en.wikipedia.org/wiki/Codd%27s_cellular_automaton
https://en.wikipedia.org/wiki/Von_Neumann_universal_constructor
https://en.wikipedia.org/wiki/Life_without_Death
https://en.wikipedia.org/wiki/Highlife_%28cellular_automaton%29
https://en.wikipedia.org/wiki/Day_and_Night_%28cellular_automaton%29
https://en.wikipedia.org/wiki/Category:Cellular_automaton_rules
https://en.wikipedia.org/wiki/Wireworld
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Algorithm.
==========

https://en.wikipedia.org/wiki/Hashlife