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
I might be misunderstanding the meaning of the function is_variant_draw,
but if it is supposed to return "True" in case of any draw, it doesn't seem to work.
I might be misunderstanding the meaning of the function is_variant_draw, but if it is supposed to return "True" in case of any draw, it doesn't seem to work.
Here's a way to reproduce it
I would be happy to look into the issue if you confirm this is not an intended behavior