georgvonzimmermann / Sunsetter

A crazyhouse chess playing program.
GNU General Public License v2.0
12 stars 5 forks source link

make mate scores winboard compliant #8

Open georgvonzimmermann opened 7 years ago

georgvonzimmermann commented 7 years ago

mate in N: UCI engines like Stockfish report that number in full moves. I believe Sunsetter reports it in plies. I am not sure if that's what Winboard engines are supposed to do or not. We should find out and adjust either Sunsetter

fsmosca commented 7 years ago

In CECP protocol, section 10 thinking output,

Mate scores should be indicated as 100000 + N for "mate in N moves", and -100000 - N for "mated in N moves".

https://www.gnu.org/software/xboard/engine-intf.html