Strategy games and strategy game variant rules and operations in TypeScript.
based on chessops: https://github.com/niklasf/chessops/
Install build dependencies:
pnpm install
Update deps:
rm -rf node_modules pnpm-lock.yaml && pnpm store prune && pnpm install
To compile typescript:
pnpm prepare --watch
run tests:
pnpm run test --watch
pnpm run test src/squareSet --watch
Before committing:
pnpm run lint
pnpm run format
stratops is licensed under the GNU General Public License 3 or any later version at your choice. See LICENSE.txt for details.