1GOGUI-DUMMY(1)                  GoGui Reference                 GOGUI-DUMMY(1)
2
3
4

NAME

6       gogui-dummy - Dummy Go program for testing GTP controllers.
7

SYNOPSIS

9       gogui-dummy [-config file] [-log file] [-resign n] [-srand seed]
10
11       gogui-dummy -help
12
13       gogui-dummy -version
14

DESCRIPTION

16       Dummy Go program supporting GTP (Go Text Protocol) for testing GTP
17       controllers. Plays random moves. Never plays at a point at which
18       already a move was made, even after the point becomes free again
19       because of capture. Illegal moves sent to the program are not checked;
20       they are always accepted.
21

OPTIONS

23       -config file
24           Read command line options and arguments from the given file.
25
26       -help
27           Print help and exit.
28
29       -log file
30           Log GTP stream to file.
31
32       -resign n
33           Resign at the nth genmove command after the game started.
34
35       -srand seed
36           Set the random seed for random move generation.
37
38       -version
39           Print version and exit.
40

GTP EXTENSIONS

42       gogui-dummy-bwboard
43           Output a board randomly filled with "B" and "W".
44
45       gogui-dummy-crash
46           Exit the program with return code -1.
47
48       gogui-dummy-delay seconds
49           Delay the response to every command. An argument of 0 switches of
50           the delay again. If no argument is given, the current delay value
51           is returned.
52
53       gogui-dummy-eplist
54           Command according to the eplist analyze command type in GoGui. The
55           arguments can be a point list, which is remembered. If the argument
56           is "show", the current point list is shown.
57
58       gogui-dummy-file_open
59           For testing the file open analyze command wildcard. Takes a
60           filename argument and returns some information about this file.
61
62       gogui-dummy-file_save
63           For testing the file save analyze command wildcard. Takes a
64           filename argument and writes a test string into the file.
65
66       gogui-dummy-gfx
67           Command for testing the gfx analyze return type of GoGui.
68
69       gogui-dummy-invalid
70           Print an invalid GTP response which does not start with a status
71           character.
72
73       gogui-dummy-live_gfx
74           Command for testing live graphics in GoGui.
75
76       gogui-dummy-long_response n
77           Print a GTP response with n lines.
78
79       gogui-dummy-next_failure response
80           Let the next command fail with the given response.
81
82       gogui-dummy-next_success response
83           Let the next command succeed with the given response.
84
85       gogui-dummy-sboard
86           Command for testing GoGui's analyze command type 'sboard'. Returns
87           a board of strings.
88
89       gogui-dummy-sleep seconds
90           Sleep for a number of seconds (default 20). This command can be
91           interrupted.
92
93       echo
94           Print the argument as response.
95
96       echo_err
97           Print the argument to standard error.
98
99       gogui-interrupt
100           Indicate interrupt ability for GoGui.
101
102GoGui 1.4.9                       02/10/2017                    GOGUI-DUMMY(1)
Impressum