Hi brave testers of V4
Someone said that the final missing piece in V4 is the ability to get info like score, depth, bestmove from a thinking engine. The reason for this is that the new chess library hides that info in the go/play when we ask for a new engine move.
To get around this problem I rewrote the go/play. I have basic tested it, but as it changes tje core of the program, which is to play against engines, we need to test it before making a new pico version like 4.1.7.
The branch to test has this name:
109-info-updates-while-engine-thinking
The open issue info is here:
And the PR (pull request) is here:
Yours, Johan