Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
155 stars 17 forks source link

Fix the pawnful case. #371

Closed Matthies closed 1 year ago

Matthies commented 1 year ago

This makes evaluation of dtz with pawn using wide extension work (forgot to fix this in last commit). E.g. position fen 6B1/3B4/5R2/6q1/P7/1k6/8/3K4 b - - will show score of -29244 (-656) when 50 move rule is disabled.