CGoban 1 is no longer under active development. Instead, I am working on CGoban 3 which is a port of the SGF editor of CGoban 1 to Java combined with a client for the KGS Go Server. It is missing the Go Modem Protocol adapter from CGoban 1 and the IGS/NNGS client from cgoban 1, but the SGF editor is a bit better (and of course the KGS client in it is much better than the IGS/NNGS client in CGoban 1). You can download it from the KGS web site.
CGoban ("Complete Goban") 1 provides a large set of go-related services for Unix and X11. A list of the functions that it provides:
CGoban is distributed in source code. It uses the Gnu autoconfig system and should be portable across all Unix/X11R4 or later systems.
This link is to a binary object. You probably don't want to download it directly to your viewer. Download them to a file instead.
The complete source code,
cgoban-1.9.12.tar.gz (330K)
This should compile on any Unix system with an ANSI C compiler (gcc
works great). It's in tar file format, then compressed with gzip, so
to unpack it you need a command line like
"zcat cgoban-1.9.12.tar.gz | tar xvf -". Some web browsers
will automatically uncompress this file as it downloads. If you end
up with a file much bigger than the size listed above, then this is
what happened and you don't need to run zcat.
I also have a sample program that speaks go modem protocol, goDummy.
The go modem code is in a separate module so it should be easy to combine
this with any existing computer go program. Beware! GoDummy does not
play go well! It mostly just moves randomly for a while, then gets bored
and starts passing. I only intend it as a sample go modem program, not
as a sample go playing program!
The goDummy source code,
goDummy-1.0.4.tar.gz
Up to "Bill's Computer Stuff"
|
Way up to "Bill's Home Page"
|