Difference between revisions of "Cellular automata"

From Things and Stuff Wiki
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: 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


Game of Life

telnet gameoflife.erikzaadi.com 1337


  • Life in life - Conway's Game of Life, emulated in Conway's Game of Life.


Software

  • Golly is an open source, cross-platform application for exploring Conway's Game of Life and other cellular automata.