0.0.1 • Published 2 years ago
custom-chess v0.0.1
custom-chess
custom-chess is a chess library that allows you to flexibly adjust the rules of the game. The intended use case is to make it easier to write chess variants.
Building
To build a local version of the package:
$ npm install
(if you haven't already)$ npm run build
$ npm pack
Testing
Modify any of the src/*.test.ts
files or add a new one and then run:
$ npm install
(if you haven't already)$ npm test
License
custom-chess is licensed under the GNU Affero General Public License, either version 3 or any later versions at your choice. Refer to LICENSE.txt for more details.
0.0.1
2 years ago