niklasf / python-chess

A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
https://python-chess.readthedocs.io/en/latest/
GNU General Public License v3.0
2.4k stars 526 forks source link

Document new engine features (mostly additional XBoard communication) #1020

Closed niklasf closed 1 year ago

niklasf commented 1 year ago

Some of the new features do not currently appear on https://python-chess.readthedocs.io/en/latest/engine.html. They should at least be in the reference, or maybe they deserve their own section.