alexanderad / conways-game-of-life

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

Home Page:https://conwayslife.darednaxella.name/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://conwayslife.darednaxella.name/

License:MIT License


Languages

Language:JavaScript 86.9%Language:HTML 7.6%Language:CSS 2.6%Language:Shell 2.5%Language:Dockerfile 0.5%