Difference between revisions of "Cellular automata"
Jump to navigation
Jump to search
m (Milk moved page Game of Life to Cellular automata) |
|
(No difference)
|
Revision as of 21:36, 10 April 2018
General
- WP: Cellular_automaton
- Cellular Automata - The mathematics of how life works
- https://code.google.com/p/ruletablerepository/
- WP: Elementary_cellular_automaton - one-dimensional cellular automaton where there are two possible states (labeled 0 and 1) and the rule to determine the state of a cell in the next generation depends only on the current state of the cell and its two immediate neighbors
- WP: Wolfram_code
- WP: Reversible_cellular_automaton
- WP: Block_cellular_automaton
- WP: Second-order_cellular_automaton
- WP: Billiard-ball_computer
- WP: Von_Neumann_cellular_automata
- WP: Codd%27s_cellular_automaton
- WP: Langton%27s_loops
- WP: Nobili_cellular_automata
- WP: Cyclic_cellular_automaton
- Game of Life
- WP: Moore_neighborhood
- WP: Speed_of_light_(cellular_automaton)
- WP: Life-like_cellular_automaton
Game of Life
- http://jonathan.grattage.free.fr/jon/3DQCA/
- http://0fps.wordpress.com/2012/11/19/conways-game-of-life-for-curved-surfaces-part-1/
telnet gameoflife.erikzaadi.com 1337
- Life in life - Conway's Game of Life, emulated in Conway's Game of Life.
- http://codegolf.stackexchange.com/questions/88783/build-a-digital-clock-in-conways-game-of-life/ [5]
Software
- Golly is an open source, cross-platform application for exploring Conway's Game of Life and other cellular automata.