/Monopoly

Primary LanguageJavaScript

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