Skip to content

Releases: appleplectic/applechess

v0.1: Initial Release

23 Mar 02:50
e7b5284

Choose a tag to compare

v0.1 is the initial release of the Applechess engine - a simple Pythonic minimax engine with alpha-beta pruning and a handcrafted heuristics function.

To install 0.1, either follow instructions in the README to build from source, or install via pip:

pip install applechess

Documentation is available via GitHub Pages.