sunfish icon indicating copy to clipboard operation
sunfish copied to clipboard

How much of the UCI protocol is implemented?

Open jxu opened this issue 2 years ago • 0 comments

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.

jxu avatar Sep 12 '22 23:09 jxu