gvreuls / cutechess

This Cute Chess fork is meant as a backend for the TCEC web interface.
GNU General Public License v3.0
3 stars 3 forks source link

Add move flags #4

Open ghost opened 6 years ago

ghost commented 6 years ago

A "flags" property under each move that describes the last move.

"flags" : {"capture" : true|false, "promotion" : true|false, "castle" : "ks"|"qs"|false}

:)

gvreuls commented 6 years ago

Just back from vacation and my development machine crashed after a reboot (the SSD is dead), it will take a while before I get things up and running again.