/canvas-life

A simple JavaScript implementation of Conway's Game of Life

Primary LanguageJavaScript

##Conway's game of life

A simple JavaScript implementation of Conway's game of life.It will never be complete as I'm using this repository for learning and experimenting. But I'm glad if you can find something useful here :)

####Demo View the demo

####TODO

  • Make infinite grid, the current one is finite grid.