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.
Very basic:
composer install
npm install
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
cp bgaproject.yml.dist bgaproject.yml
# then fill in sftp properties
composer bgaw-deploy
Watches development files and deploys them as they change.
composer bgaw-watch