@raphael-levecque/placement-handler-railroad
v1.1.0
Published
Library the handle possible placement for railroad board game
Downloads
15
Readme
Railroad
This repository contains a logical implementation of Railraod Ink board game. Moreover, it also provides a score calculator, a referee and a placement handler.
Referee
To start the referee you need to :
- Install dependencies :
npm install- Run the referee.js :
node --watch referee.jsPlacementHandler
The PlacementHandler can be used by cloning this repository, but it can also be also installed as a npm packages with the following command :
npm i @raphael-levecque/placement-handler-railroad