Open mcoulont opened 2 months ago
Hello
When we run something like engine.go(go_job) we receive:
engine.go(go_job)
Is it possible to receive the analysis lines returned by the engine for, say, the 3 best moves?
It seems that you return the last line of analysis only. You currently don't seem active in this project . I plan to fork it and modify its behavior to return all the lines.
Hello
When we run something like
engine.go(go_job)
we receive:Is it possible to receive the analysis lines returned by the engine for, say, the 3 best moves?