socialgorithm / ultimate-ttt

Ultimate Tic Tac Toe Algorithm Battle - Engine and Game Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Tic-Tac-Toe

An Ultimate Tic-Tac-Toe game engine and accompanying server that can run games compatible with a Socialgorithm Tournament Server and UI.

Usage Guides:

Developer Guide

Add dependencies

Add a dependency using lerna

npx lerna add <package> --scope=<package>

e.g.

npx lerna add @socialgorithm/game-server --scope=@socialgorithm/ultimate-ttt-server

Install dependencies

npm run bootstrap

Build and Test

npm run build
npm run test

Publishing NPM package

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

About

Ultimate Tic Tac Toe Algorithm Battle - Engine and Game Server


Languages

Language:HTML 86.5%Language:CSS 9.7%Language:TypeScript 3.8%Language:JavaScript 0.0%