sunfish
sunfish copied to clipboard
How much of the UCI protocol is implemented?
Is it documented anywhere?
I was thinking about writing an engine myself and wondering how I could implement UCI stateless protocol, including stop
/ go infinite
. I thought I either needed threads or interrupt execution every so often to check if it should stop.
But from uci.py I don't see stop
or go infinite
implemented anywhere.