Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 365 Bytes

MultiplayerGameOfLife

A clone of Conway's Game of Life in NodeJS and HTML5

Usage

  1. Clone this repo
  2. Run npm install in the new directory
  3. Run node app.js
  4. Connect to http://your-ip:3000/

Screenshot

Screenshot

Credit

Uses mourner/simpleheat for heatmapping. :)