# HG changeset patch # User Oleksandr Gavenko # Date 1443886150 -10800 # Node ID 2132765de2f44fe3be7bf4700912facd1af5c1fd # Parent 1573c78ad3034581802ab58c9608632dcef2f40e Cellular automaton. diff -r 1573c78ad303 -r 2132765de2f4 cellular-automaton.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cellular-automaton.rst Sat Oct 03 18:29:10 2015 +0300 @@ -0,0 +1,38 @@ + +================ + Cell automata. +================ + +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 +