add chess/README
add LICENSE
add README.md
This Hare package provides a data model and algorithms for chess programming.
Status: pre-alpha
This recommended name for this package is "hare-chess". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.
make install
git subtree -P vendor/hare-chess/ \
add https://git.sr.ht/~torresjrjr/hare-chess master
All contributors are required to "sign-off" their commits to indicate
that they have agreed to the Developer Certificate of Origin.
Use git commit -s
or git config format.signoff true
.
Send patches to ~torresjrjr/public-inbox@lists.sr.ht [archive].
Like the Hare standard library, this library is available under the terms of the Mozilla Public License (MPL). You can freely link to the library with software distributed under any license, but if you modify the library, you must release your derivative works under the MPL as well.