Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexferrari88/game-of-life

Conway's Game of Life in vanilla Javascript
https://github.com/alexferrari88/game-of-life

game-of-life javascript

Last synced: 8 days ago
JSON representation

Conway's Game of Life in vanilla Javascript

Awesome Lists containing this project

README

        

# Conway's Game of Life

This is my interpretation of the Conway's Game of Life using vanilla Javascript and some basic interactivity.

Inspired by [Hungry Turtle Code](https://github.com/HungryTurtleCode/gameoflife).