This project uses yarn
, to get started:
yarn
yarn start
This uses the Collins Scrabble Words (2019) dictionary.
See: https://boardgames.stackexchange.com/questions/38366/latest-collins-scrabble-words-list-in-text-file
The URL can be used to inject parameters.
For example, to setup a multiplayer game with four tiles (AAAA), and each player starting with two tiles:
http://localhost:4200/?tiles=AAAA&numTiles=2
To setup a local game (single player), similar parameters can be used:
http://localhost:4200/local?tiles=AA&numTiles=1
After you have installed docker, the guide from here is helpful:
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | sudo bash
circleci local execute --job build-and-test