/gomill

Python tools for the game of Go (GTP and SGF)

Primary LanguagePython

Gomill

Gomill is a suite of tools, and a Python library, for use in developing and testing Go-playing programs. It is based around the Go Text Protocol (GTP) and the Smart Game Format (SGF).

Full documentation and contact information is available from the home page.

Requirements

Gomill requires Python 2.5, 2.6, or 2.7.

Gomill is intended to run on any modern Unix-like system.

A Python 3 version of the SGF code is available as a separate Sgfmill project.

Building the documentation

To build the HTML documentation yourself:

python setup.py build_sphinx

The documentation will be generated in build/sphinx/html.

Requirements:

  • Sphinx version 1.0 or later (at least 1.0.4 recommended; tested with 1.0 and 1.1)
  • LaTeX
  • dvipng