/GameOfLife-JavaScript

Game of Life implementation using JavaScript and HTML5 Canvas API.

Primary LanguageJavaScript

Conway's Game of Life

Created using JavaScript and HTML5.

Game of Life is a cellular automation game; draw a configuration, press Play and see how it evolves following the rules.

GoL Screenshot

TODO

  • Add a showcase of loadable game presets on the side.
  • Add controls to drive the game speed (and possibly change the board size).