blob: 71ffef15e6d879d50787065d17da38e3f2de04a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Baduki plays the game of Go (baduk in Korean, wei-chi in Chinese), either
against a human with a GTK interface, or against another program using the
Go Modem Protocol. It can also read a game in progress in SGF (Smart Go
Format) and output its analysis of the moves.
Options:
-L <level> Set play level, from 1 to 12 (default 7)
-gmp Play in Go Modem Protocol mode
-sgf <file> Analyze game in <file>; write annotated game to standard
output in SGF
-lsgf <file> Load game in <file>
- Steve Coltrin
spcoltri@omcl.org
|