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

NAME

6       gogui-terminal - Simple text based interface to Go programs supporting
7       GTP.
8

SYNOPSIS

10       gogui-terminal [-config file] [-color] [-size n] [-verbose] program
11
12       gogui-terminal -help
13
14       gogui-terminal -version
15

DESCRIPTION

17       Simple text based interface to Go programs supporting the Go Text
18       Protocol. The argument program is a command line for the Go program .
19       The interface keeps track of the board and prints it after each change
20       on the board. If a move (coordinate on the board or pass) is entered,
21       it is played on the board for the color to move, followed by a genmove
22       command sent to the program. Other supported commands are:
23
24       genmove
25           Send a genmove command for the color to move to the program.
26
27       help
28           Print help.
29
30       list
31           Send a list_commands command to the program.
32
33       load
34           Load game from a SGF file. Moves are translated into play commands
35           for the program.
36
37       newgame [size]
38           Start a new game with a given board size.
39
40       save
41           Save game to file in SGF format.
42
43       undo
44           Send a undo command to the program.
45
46       quit
47           Terminate program and exit.
48
49       GTP commands that change the board state are not allowed. Other GTP
50       commands are forwarded to the program.
51

OPTIONS

53       -config file
54           Read command line options and arguments from the given file.
55
56       -color
57           Colorize text output of the Go board using ANSI escape sequences.
58
59       -size n
60           Board size.
61
62       -verbose
63           Log GTP stream to standard error.
64
65       -version
66           Print version and exit.
67
68GoGui 1.4.9                       02/10/2017                 GOGUI-TERMINAL(1)
Impressum