Conway's Game of Life
This is a demo of the code in action! Multiple display outputs are supported, maybe it could also be ported to the desktop on top of something like GNUGuile or NodeJS.
- Begin by pressing the start button. This generates some seed data for the simulation and feeds it to the engine kickstarting the process.
- Pressing suspend does not clear the simulation data but rather pauses it's execution. It can be resumed by pressing start again.
- Pressing rebuild generates a new random seed matrix feeding it back into the engine and clearing any exisitng data.
With HTML5 Canvas
Plain old HTML...
Waiting to begin...