gogui-terminal(1)
| GOGUI-TERMINAL(1) | GoGui Reference | GOGUI-TERMINAL(1) |
NAME
gogui-terminal - Simple text based interface to Go programs supporting GTP.
SYNOPSIS
gogui-terminal [-config file] [-color] [-size n] [-verbose] program
gogui-terminal -help
gogui-terminal -version
DESCRIPTION
Simple text based interface to Go programs supporting the Go Text Protocol. The argument program is a command line for the Go program . The interface keeps track of the board and prints it after each change on the board. If a move (coordinate on the board or pass) is entered, it is played on the board for the color to move, followed by a genmove command sent to the program. Other supported commands are:
genmove
help
list
load
newgame [size]
save
undo
quit
GTP commands that change the board state are not allowed. Other GTP commands are forwarded to the program.
OPTIONS
-config file
-color
-size n
-verbose
-version
| 06/07/2021 | GoGui 1.4.9 |
