Skip to content

bartdebruijn1/boardgame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic boardgame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 8.8%