An open API service indexing awesome lists of open source software.

https://github.com/nazanin1369/conwaygamesoflife

Javascript implementation of Conway's Game of Life using Tony Finch's algorithm
https://github.com/nazanin1369/conwaygamesoflife

conway-game game javascript tony-finch-algorithm

Last synced: about 1 month ago
JSON representation

Javascript implementation of Conway's Game of Life using Tony Finch's algorithm

Awesome Lists containing this project

README

          

## conwayGamesofLife

Javascript implementation of Conway's Game of Life using Tony Finch's algorithm. [View online](http://nazanin1369.github.io/conwayGamesofLife)

The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway.