Go Siege project is a massively multiplayer online Go game.
Go Siege is a transformation of the ancient Chinese game of Go into a massively multiplayer online game in which hundreds of players can compete simultaneously over the Internet.
There is a bug in the 0.3 release.
You can fix it by changing line 168 of /site-packages/gosiege/rules.py from
if (libgain > 1): return True
to
if (libgain >= 1): return True.
Requirements:
· Python >= 2.2
· Twisted >= 1.1
· PyGTK >= 2 (not required by the server)
What's New in This Release:
· Updated the windows binary distribution to use the latest versions of Python, PyGTK, the GTK+ runtime and Twisted.
Product's homepage