1CCGO(6) Games CCGO(6)
2
3
4
6 ccgo - a program for playing the game Go
7
9 ccgo [options] [<sgf_filename>]
10
12 ccgo is a program that provides a graphical interface for playing Go on
13 the IGS (Internet Go Server) or with GMP (Go modem protocol) programs
14 like GNUGO. It's also a SGF (smart game format) Go record viewer. When
15 <sgf_filename> exists and of the extension .sgf, it is opened as a game
16 record.
17
19 Most properties of ccgo can be configured at runtime with the "Proper‐
20 ties" button in the main menu. Other command line options are as fol‐
21 lowing:
22
23 -d, --debug=NUM
24 Set debugging level to NUM
25
26 -c, --command=CMD
27 send CMD as remote command to existing ccgo process
28
29 -?, --help
30 display help list and exit
31
32 -V, --version
33 print program version and exit
34
36 /tmp/ccgo_${DISPLAY}
37 The fifo used for sending command to a running ccgo process.
38
40 The program is also documented at "http://ccdw.org/~cjj/prog/ccgo/".
41
43 This manual page was written by Chun-Chung Chen <cjj@u.washington.edu>.
44
45
46
47Chun-Chung Chen 2005-04-03 CCGO(6)