Conway's Game of Life
 
Running Information

Generation: | Live cells: | Step time: ms

Hint: hit the Run button!
Controls
| Link | Create micro URL
Layout
Patterns
 
Benchmarks (heavy patterns / experimental)
 
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 work in progress and I will add some new features in the near future:

Previous versions

Source Code

Javascript source code is available here: game-of-life-v3.1.1.js. A zip file with all code ready to run is available here: game-of-life-v3.1.1.zip.

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.

Video

The following video demonstrates some features of this program.

 
Links
Some links about Conway's Game of Life:
 
Fork me on GitHub