gtpdummy - Dummy Go program for testing GTP controlling programs.
gtpdummy [-config file] [-log file]
gtpdummy -help
gtpdummy -version
Dummy Go program supporting GTP (Go Text Protocol) for testing GTP controlling programs. Plays random moves. Never plays at a point at which already a move was made, even after the point becomes free again, because of capture. Illegal moves sent to the program are not checked and always accepted.
Read command line options and arguments from file.
Print help and exit.
Log GTP stream to file.
Print version and exit.
Output a board randomly filled with "B" and "W".
Exit program with return code -1.
Let next command fail with response.
Let next command succeed with response.
Sleep for a number of seconds (default 20). This command can be interrupted.
Print argument as response.
Print argument to standard error.
Indicate interrupt ability for GoGui.