Conway's Game of Life - Javascript/Canvas Implementation
Conway's Game of Life TM:
Generation: | Live cells: | Step time: ms
Layout
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. It is a modification of Pedro Verruma's implementation.

Source Code

Javascript source code is available here: gol.js. A zip file with all code ready to run is the P120 gun pattern available here:gol_js.zip.

License

This work is licenced under a MIT license (except any 3rd party code).