Geschrieben von:/Posted by: Robert Pope am 02 Januar 2000 17:55:42:
I am trying to make my engine WinBoard compatible and have run into a problem that I hope someone can help with - playing as black against a human.
WinBoard sends the following commands:
xboard
new
random
level 40 5 0
post
hard
easy
time 30000
otim 30000
e2e4
Correct me if I am wrong, but "xboard" should put the computer into "force mode", where the engine accepts moves but does not think on its own or move. "new" sets up a new game, but does not affect "force mode".
So my engine accepts "e2e4" as white's move (entered manually), but it is still in "force mode" and does not make a move of its own. It works fine in two-computer mode because it gets a "go" command and starts thinking.
Have I misinterpreted how to implement one of the commands, or how do I fix this?
Thanks,
Rob Pope