What is this?
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 fork with some new features:
- Added: The game world surface can be closed and open whith button Surface.
- Added: New pattern "Gliders Patrol", for demonstrate closed world.
- Broken: Used algorithm has deoptimized for realise closed world surface. It may will slow redraw.
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.
- 3.1.1 - Last original version that was forked. See it online on pmav.eu or fork git.
- 3.2.0 - Current version, with infinity closed world.
License
This work is licenced under a
MIT license (except any 3rd party code).
3rd Party
Powered by
CSS Browser Selector and
JSON Sans Eval.