Subversion Repositories Games.Chess Giants

Rev

Rev 40 | Rev 44 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40 Rev 42
Line 39... Line 39...
39
search depth set = "sd %d"
39
search depth set = "sd %d"
40
; command(s) to send to order the engine to start playing (when switching sides)
40
; command(s) to send to order the engine to start playing (when switching sides)
41
play = "go"
41
play = "go"
42
; command(s) to send to order the engine to analyze this position
42
; command(s) to send to order the engine to analyze this position
43
hint = "hint"
43
hint = "hint"
44
; command(s) to send to order the engine to discard its last move and play a
44
; command(s) to send to order the engine to discard its preferred move and play
45
; specified move instead (followed by a SAN-encoded move string)
45
; a specific move instead (followed by a SAN-encoded move string)
46
force move = "force %s"
46
force move = "force %s"
47
; command(s) to send to tell the chess engine to cleanup and quit. if unset,
47
; command(s) to send to tell the chess engine to cleanup and quit. if unset,
48
; its process will be killed, but at the risk of not saving important data.
48
; its process will be killed, but at the risk of not saving important data.
49
quit = "quit"
49
quit = "quit"