Subversion Repositories Games.Chess Giants

Rev

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

Rev 33 Rev 39
Line 32... Line 32...
32
[commands]
32
[commands]
33
 
33
 
34
; command(s) to send to prepare the engine for a new game
34
; command(s) to send to prepare the engine for a new game
35
new game = new
35
new game = new
36
; command(s) to send to setup a board (followed by a raw FEN string)
36
; command(s) to send to setup a board (followed by a raw FEN string)
37
setup table from fen = setboard
37
setup table from fen = setboard %s
38
; command(s) to send to set the max search depth (followed by an integer value)
38
; command(s) to send to set the max search depth (followed by an integer value)
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