Competition server and Client software

The Competition server and client software page shows how to interface with the go client. The client is written in python and is basically a pipe between Standard IO and net sockets. To interface with client your bot must implement the Go Text Protocol. This is done though standard IO and is typically server request client respond. The GTP page contains a basic introduction to GTP and minimum requirements to interface with our server.

GTP implementation