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)
Line 3: Line 3:
 
== General ==
 
== General ==
 
* https://en.wikipedia.org/wiki/Cellular_automaton
 
* https://en.wikipedia.org/wiki/Cellular_automaton
 +
 
* [https://www.youtube.com/watch?v=QxQBkgCdHGU Cellular Automata] - The mathematics of how life works
 
* [https://www.youtube.com/watch?v=QxQBkgCdHGU Cellular Automata] - The mathematics of how life works
 
* https://code.google.com/p/ruletablerepository/
 
* https://code.google.com/p/ruletablerepository/
 +
  
 
* https://en.wikipedia.org/wiki/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
 
* https://en.wikipedia.org/wiki/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
 +
 +
 
* https://en.wikipedia.org/wiki/Wolfram_code
 
* https://en.wikipedia.org/wiki/Wolfram_code
  
Line 29: Line 33:
 
* https://news.ycombinator.com/item?id=12047338
 
* https://news.ycombinator.com/item?id=12047338
  
* [[Game of Life]]
+
 
 
* https://en.wikipedia.org/wiki/Moore_neighborhood
 
* https://en.wikipedia.org/wiki/Moore_neighborhood
 
* https://en.wikipedia.org/wiki/Speed_of_light_(cellular_automaton)
 
* https://en.wikipedia.org/wiki/Speed_of_light_(cellular_automaton)
Line 48: Line 52:
 
** http://xkcdexplained.wikia.com/wiki/A_Bunch_of_Rocks
 
** http://xkcdexplained.wikia.com/wiki/A_Bunch_of_Rocks
  
 +
 +
* [https://www.fourmilab.ch/cellab/manual/webca.html WebCA] - a comprehensive simulator for one- and two-dimensional cellular automata which runs within a Web page, using the features of HTML5 and the JavaScript language. [https://news.ycombinator.com/item?id=16840953]
 +
 +
* [http://golly.sourceforge.net/ Golly] - an open source, cross-platform application for exploring Conway's Game of Life and many other types of cellular automata.
  
 
== Game of Life ==
 
== Game of Life ==

Revision as of 18:11, 14 May 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




  • WebCA - a comprehensive simulator for one- and two-dimensional cellular automata which runs within a Web page, using the features of HTML5 and the JavaScript language. [1]
  • Golly - an open source, cross-platform application for exploring Conway's Game of Life and many other types of cellular automata.

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.