karsujo / game-of-life

A pure JavaScript implementation of Conway's Game of Life, pre-loaded with a few configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

A pure JavaScript implementation of Conway's Game of Life. Currently the code takes about 10ms to render a frame.

Preloaded Configurations:

  • Glider
  • 10-Cell Exploder
  • Exploder
  • Bloomer
  • R-Pentomino
  • Gosper Gun

Alt Text

About

A pure JavaScript implementation of Conway's Game of Life, pre-loaded with a few configurations.

License:MIT License


Languages

Language:JavaScript 69.1%Language:HTML 29.7%Language:CSS 1.2%