A tile-based board game for 2-5 players. Players take turn placing tiles and followers onto the board. There are some validations in place for tile and follower placement, but for the most part players must know the rules of the game to play properly and keep track of their own score.
To install the dependencies:
npm install
To fire up a development server:
npm start
Once the server is running, you can visit:
http://localhost:8080/webpack-dev-server/
to run your application.http://localhost:8080/webpack-dev-server/test.html
to run your test suite in the browser.
To build the static files:
npm run build
To run tests in Node:
npm test