Skip to content

A symbolic chess AI playing the king of the hill chess variant

License

Notifications You must be signed in to change notification settings

mx-e/chessua-bengio

Repository files navigation

chess-ai

A symbolic chess AI algorithm playing the king of the hill chess variant.

Build

You can build and test the entire package with one tiny command, namely:

invoke build

Pre-requisites are that you have installed invoke, python-dotenv and eventual dependcies of chesspy. Additionally, the build task is configured to run python commands via

python -m ...

If your python is not available via python you can pass a link to your python to the tool via, e.g.,

invoke build python=/../../python3

This task executes all unittests of the chesscpp package, builds the final python binding and then runs the post-build unittests of the chesspy module.

GLHF!

About

A symbolic chess AI playing the king of the hill chess variant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published