An Ultimate Tic-Tac-Toe game engine and accompanying server that can run games compatible with a Socialgorithm Tournament Server and UI.
Usage Guides:
Add a dependency using lerna
npx lerna add <package> --scope=<package>
e.g.
npx lerna add @socialgorithm/game-server --scope=@socialgorithm/ultimate-ttt-server
npm run bootstrap
npm run build
npm run test
npm run publish
This will publish to the latest tag in NPM.
You can also publish a prerelease tag to test changes:
npm run publish:prerelease