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.45k stars 531 forks source link

Fixed generate_castling_moves to_mask bug #1036

Closed pjpuzzler closed 1 year ago

niklasf commented 1 year ago

Hi. I am guessing this is about Standard vs. Chess960 representation of castling moves? If so, this is by design.