af-inet / Monopoly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser Monopoly

Goal

A fully functioning, networked Monopoly clone in the browser.

Dependencies

  • express
  • socket.io

Build

clone this repository:

git clone https://github.com/DavidHargat/Monopoly

If you don't already have express and socket.io:

npm install --save express

npm install --save socket.io

Run

To run simply enter:

node app

About


Languages

Language:JavaScript 76.8%Language:CSS 17.6%Language:HTML 5.6%