ggoban is a GTK-based GO game interface to play and edit game records of the *.sgf format.
The GO game (or weiqi in Chinese, baduk in Korean) is a ancient Chinese strategy game (4th century BC) now widely played all around the world.
The targeted features are: *.sgf editor, interface to play against the computer gnugo and ultimately client to play on IGS (Internet Go Server).
Installation instructions:
type in a terminal:
./configure
make
make install
If you get the software through the version control system (currently bazaar), you need to run 'gnome-autogen.sh' (On debian-based distro, you fing that script in the package 'gnome-common'. Then proceed as usual (the configure step was already done by the gnome-autogen.sh script)
Use the program:
Just type:
ggoban
to start the program, no help yet available.
Product's homepage
Requirements:
· gtk+
· gtkmm
What's New in This Release: [ read full changelog ]
· UI improvement
· Better SGF support
· Bug fixes