/python-chess-engine-extensions

Search and evaluation extensions for python-chess

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Engine Extensions for Python Chess

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.