This page contains a Javascript implementation of the well know John Conway's Game of Life. It uses the List Life algorithm (by Tony Finch) and a Canvas interface for drawing.
This is a work in progress and will add some new features in the near future:
Zoom controls
Canvas navigation controls
More patterns
Proper benchmark support
...
Previous versions
1.0.0 - First public release. It uses the simplest algorithm possible and a table for drawing. Online here: pmav.eu.
2.0.0 - Private release, first implementation of the List Life algorithm.