|
|
|
CONWAY'S GAME OF LIFE
Conway's Game of Life is a very cool cellular automata simulation that was
popular among recreational mathematicians back in the days before fractals
stole the limelight.
This is an implementation of it for the Game Boy Advance.
JAVA EMULATOR
If you have Java enabled in your browser you should be seeing the
simulation running below on the
BoycottAdvance Online GBA emulator.
Controls
- TAB: Press to turn some cells on at random if the simulation gets boring.
- RETURN: Press then release RETURN to clear the simulation and reseed at random.
The longer RETURN is held down, the more cells will be set.
I find the results interesting when the initial population is very sparse
and some more cells are set by a few hits of the TAB key.
|
|