This is an online implementation of the card game Cuttle to be played on Board Game Arena (BGA).
The game is available to play online with a free account on Board Game Arena.
While the game is in BETA status, it is available for general play. Tournaments and Arena play are not enabled until the game has been officially released to production by the BGA staff.
Client TypeScript sources are in src/ts, and the stylesheet source is in src/scss/cuttle.scss. The generated BGA client entry is modules/js/Game.js.
npm install
npm run buildUse npm run watch during development to rebuild TypeScript and SCSS as files change.
Do not use github issues to report a problem! Use the BGA Bug Tracker instead.