Skip to content
/ gomill Public
forked from mattheww/gomill

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

Notifications You must be signed in to change notification settings

AnTAVR/gomill

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%