Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 666 Bytes

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