1.1.0 • Published 10 months ago
@raphael-levecque/placement-handler-railroad v1.1.0
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