Difference between revisions of "Cellular automata"

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

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.