~torresjrjr/hare-chess

Hare library for chess engines (pre-alpha)
add chess/README
add README.md

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~torresjrjr/hare-chess
read/write
git@git.sr.ht:~torresjrjr/hare-chess

You can also use your local clone with git send-email.

#hare-chess

This Hare package provides a data model and algorithms for chess programming.

Status: pre-alpha

#Provided modules

  • chess: Chess data model and algorithms.

#Installation

#From your distribution

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.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-chess/ \
	add https://git.sr.ht/~torresjrjr/hare-chess master

#Contributing

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].

#Licensing

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.

Do not follow this link