Game of Life in JavaScript
Today I implemented my old (1994) “fast enough” algorithm of Game of Life in JavaScript (see source code here – life.js) and now LIFE table can be “embedded” directly to HTML:000000121100… Continue Reading
* You are viewing the archive for the ‘game_of_life’ Category
Today I implemented my old (1994) “fast enough” algorithm of Game of Life in JavaScript (see source code here – life.js) and now LIFE table can be “embedded” directly to HTML:000000121100… Continue Reading
Some time ago I registered domain LifeGE.net. Main idea of LifeGE.net was creating place to discuss some techniques for automatic design of some Conway’s Game of Life patterns for implementation of real computer over Game of Life. I plan to use genetic algorithms for search of that patterns and also I need help of Internet people and their CPU cycles ;)P.S. You can read about cellular automata “Conways’s Game of Life” on Wikipedia.