Skip to content

v0.1: Initial Release

Latest

Choose a tag to compare

@appleplectic appleplectic released this 23 Mar 02:50
· 3 commits to master since this release
e7b5284

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.