Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://diegosalazar.github.io/ConwaysGameOfLife/

HTML5 Canvas implementation of Conway's Game of Life - Cellular Automata
https://diegosalazar.github.io/ConwaysGameOfLife/

Last synced: about 2 months ago
JSON representation

HTML5 Canvas implementation of Conway's Game of Life - Cellular Automata

Awesome Lists containing this project

README

        

## Conway's Game of Life

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

## Usage
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:
1. fix canvas resizing
2. more predefined seeds
3. ability to save preSeed, e.g. using html5 localstorage or serialize to cookie. then read them into the preSeed dropdown