Engine Extensions for Python Chess

February 10, 2019 ยท View on GitHub

python-chess-engine-extensions extends the python-chess library with evaluation and search mixins. These can be easily created and used in conjunction with the python-chess library to create a simple engine.

Some examples can be found in the examples/ directory.