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