* You are viewing the archive for the ‘game_of_life’ Category

Game of Life in JavaScript

VN:F [1.9.11_1134]
Rating: -1 (from 1 vote)
VN:F [1.9.11_1134]
Rating: 0.0/5 (0 votes cast)

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

"Game of Life" evolution network

VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
VN:F [1.9.11_1134]
Rating: 0.0/5 (0 votes cast)

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.