Difference between revisions of "Cellular automata"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* https://github.com/erikzaadi/GameOfLifeNodeTelnet | * https://github.com/erikzaadi/GameOfLifeNodeTelnet | ||
+ | |||
telnet gameoflife.erikzaadi.com 1337 | telnet gameoflife.erikzaadi.com 1337 | ||
+ | |||
* http://www.drdobbs.com/jvm/an-algorithm-for-compressing-space-and-t/184406478 | * http://www.drdobbs.com/jvm/an-algorithm-for-compressing-space-and-t/184406478 | ||
Line 40: | Line 42: | ||
* http://rileyjshaw.com/terra [https://news.ycombinator.com/item?id=8216406] | * http://rileyjshaw.com/terra [https://news.ycombinator.com/item?id=8216406] | ||
+ | |||
+ | * https://github.com/ShprAlex/SproutLife/blob/master/README.md |
Revision as of 00:39, 12 February 2016
- 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.
Software
- Golly is an open source, cross-platform application for exploring Conway's Game of Life and other cellular automata.