Tablut
Implémentation du jeu Tablut pour BoardGameArena
Install / Use
/learn @Lucas-C/TablutREADME
Tablut
Tablut board game implementation for BoardGameArena.

Rules:
Feel free to report bugs, send pull requests or even express feature requests through the issues section of this GitHub project.
Game state machine
Very basic:

Development
Installation
composer install
npm install
Code validation
composer check-php
composer test # require a MySQL daemon running
composer test -- --filter testSimpleGetGameProgression
composer bgaw-validate
npm test
npm run lint-js
npm run lint-css
Deploying to Studio
cp bgaproject.yml.dist bgaproject.yml
# then fill in sftp properties
composer bgaw-deploy
Continuous Deployment to Studio
Watches development files and deploys them as they change.
composer bgaw-watch
