Stream output from playing XBoard engine? #899
Unanswered
laniakea64
asked this question in
Q&A
Replies: 1 comment
-
Hi. Mhh ... unfortunately I don't think it's currently possible. Of course that's an issue with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Really appreciate this awesome library! It seems to have functionality for basically everything chess-related I can think of. Nice!
I would like to use python-chess to facilitate playing various chess engines against each other while streaming/capturing the engine outputs. Currently I am using
engine.analysis()
per #405 . It works well with UCI engines. But I would also like to add Crafty to the mix, but clock limit withengine.analysis()
is not supported for XBoard engines -python-chess/chess/engine.py
Lines 2254 to 2255 in 3c902fd
And the code for XBoard engine analysis looks very different from the code for XBoard engine playing.
So how to stream info from a XBoard engine while it's playing?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions