A neat colorful javascript/canvas implementation of John Conway's Game of Life - a cellular automaton.
- Demo: http://diegosalazar.github.com/ConwaysGameOfLife/
- Info: http://en.wikipedia.org/wiki/Conway's_Game_of_Life
Open index.html in a canvas compatible web browser and click the Start button. Before clicking Start, you can toggle each cell by clicking on it, this let's you customize the "seed" Or, choose a predefined seed from the drop down menu.
TODOS:
- fix canvas resizing
- more predefined seeds
- ability to save preSeed, e.g. using html5 localstorage or serialize to cookie. then read them into the preSeed dropdown