0.0.1 • Published 2 years ago

custom-chess v0.0.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
2 years ago

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:

  1. $ npm install (if you haven't already)
  2. $ npm run build
  3. $ npm pack

Testing

Modify any of the src/*.test.ts files or add a new one and then run:

  1. $ npm install (if you haven't already)
  2. $ 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