Rev 50 | Rev 78 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 50 | Rev 51 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | ; command(s) to send to set the max search depth (%d replaced by an integer value) |
41 | ; command(s) to send to set the max search depth (%d replaced by an integer value) |
42 | search depth set = "sd %d" |
42 | search depth set = "sd %d" |
43 | ; command(s) to send to order the engine to start playing (when switching sides) |
43 | ; command(s) to send to order the engine to start playing (when switching sides) |
44 | play = "go" |
44 | play = "go" |
45 | ; command(s) to send to instruct the engine that its opponent played a specific |
45 | ; command(s) to send to instruct the engine that its opponent played a specific |
46 | ; move ( |
46 | ; move (%s replaced by a 'b1c3'-style encoded move string) |
47 | move = "%s" |
47 | move = "%s" |
48 | ; command(s) to send to order the engine to discard its preferred move and play |
48 | ; command(s) to send to order the engine to discard its preferred move and play |
49 | ; a specific move instead (%s replaced by a 'b1c3'-style encoded move string) |
49 | ; a specific move instead (%s replaced by a 'b1c3'-style encoded move string) |
50 | force move = "force;undo;%s;playother" |
50 | force move = "force;undo;%s;playother" |
51 | ; command(s) to send to tell the chess engine to cleanup and quit. if unset, |
51 | ; command(s) to send to tell the chess engine to cleanup and quit. if unset, |