usage: goserver.py –port port

Goserver.py runs by default on port 10000 and starts GTP matches on ports 10001-10010.

Goserver.py accepts incoming connections from goclient.py which can do a few things

  • register a house bot for later matches to be played against
  • give a list of house bots
  • set up a match between two house bots
  • set up a match between a guest bot and a house bot

To change the ports it spwans GTP servers on you’ll need to edit the ‘portpool’ variable nearish the top of the file