Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 786 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 786 Bytes

stratops

Test

Strategy games and strategy game variant rules and operations in TypeScript.

based on chessops: https://github.com/niklasf/chessops/

Development

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

License

stratops is licensed under the GNU General Public License 3 or any later version at your choice. See LICENSE.txt for details.