Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 634 Bytes

Boardgame

Basic boardgame implemented using HTML 5.

Prerequisites

  • Node.js
  • Bower

Running boardgame

  • If this is the first time you are going to run boardgame:
    • Get a local copy of the boardgame source code.
    • In the root directory of the local copy of the source code execute 'npm update'.
    • In the root directory of the local copy of the source code execute 'bower update'.
  • In the root directory of the local copy of the source code execute node server.js.
  • Open the output URL from the previous step in your favorite browser.

Playing boardgame

TBD