gogui

gogui - Graphical user interface for Go programs.

Synopsis

gogui [-analyze command] [-auto] [ -computer-black | -computer-both | -computer-none ] [-command command] [-config file] [-file filename] [-gtpfile filename] [-komi value] [-move n] [-rules chinese | japanese ] [-size n] [-time timespec] [-verbose] [program]
gogui -help
gogui -version

Description

GoGui is a graphical interface to programs that play the game of Go and use GTP (Go Text Protocol).

Options

-analyze command

Initialize analyze command and automatically run it after changes on the board. Work only for commands not containing wildcards.

-auto

Automatically start a new game if the program plays both colors and a game is finished.

-command command

Send GTP command at startup. The argument can contain multiple commands separated by '\n'.

-computer-black

Computer plays black.

-computer-both

Computer plays both sides.

-computer-none

Computer plays no side.

-config file

Read command line options and arguments from file.

-file filename

Load SGF file.

-gtpfile filename

Send GTP file at startup.

-help

Display help and exit.

-komi value

Set the komi value.

-move n

Load SGF file until move number.

-rules chinese | japanese

Set rules.

-size n

Set board size.

-time timespec

Set time limits (min[+min/moves]).

-verbose

Print debugging messages.

-version

Print version and exit.