Currently, we simply set checkmate=False (as well as stalemate and in_check). It would be much better if we actually calculate if that is the case. Though this has absolutely no influence on the actual engine in the end. It would however improve the quality of tests.
Currently, we simply set
checkmate=False
(as well asstalemate
andin_check
). It would be much better if we actually calculate if that is the case. Though this has absolutely no influence on the actual engine in the end. It would however improve the quality of tests.