- Java (2)
- John Conway's Game of Life ...with apologies to Eric Bina. Follow this link to a brief description of the rules and a pointer to some other implementations. Warning: THIS IS NOT REALLY A GAME This is not really a game. It is an implementation of a cellular automata that John H. Conway chose to call The Game of Life. It simulates the birth, death, etc., of organisms based on certain rules. If you ...www.tech.org/~stuart/life
- John Conway's Game of Life is some kind of Artificial Life simulation. It's written in Java.bitstorm.org/gameoflife
- www.math.kth.se/~gunnarj/LIFE/WLIF/wlcframes.html
- Game of Life Here it comes! I got a moderate version after several hours work. Java is really cool! I think the functions of all the buttons are obvious, but here still comes the manual for completeness: START --- start the game all over again PAUSE --- suspend the game for a close examination STEP --- run the game stepwise, can run from EDIT mode directly CONTINUE --- exit the step mode EDIT ...www.cs.cornell.edu/home/xliu/life.html