8000 GitHub - alexanderad/conways-game-of-life: Conway's Game of Life implementation in Node.js + D3.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexanderad/conways-game-of-life

Repository files navigation

Conway's Game of Life on Node.js + D3.js

This is yet another implementation of Conway's Game of Life. Here I'm trying to learn something new from a wide frontend horizon.

Run

  1. Checkout and install dependencies:
$ git clone https://github.com/alexanderad/conways-game-of-life.git
$ cd conways-game-of-life
$ npm install
$ node app.js
  1. Navigate to http://localhost:3000

Developer's mode

$ npm install -g supervisor
$ supervisor app.js

Bookmarks

About

Conway's Game of Life implementation in Node.js + D3.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0