usage:

goclient.py --server [server name]

        --list                          List house bots on server
        --house <botfile>               Register a house bot on the server
        --guest <botfile> --vs <id>     Set your bot to play agaist a house bot
        --quit <id> --pass <pass>       Remove one of your house bots from the server
        --match <id> --vs <id>          Play two house bots against each other
                [--games <number>]      ... for number of games

        --ip
        --port

Goclient.py connects to a Goserver and facilitates the arrangement of matches from the client side, by either registering a house bot, initiating a house bot match, or initiating a house bot vs locally run guest bot match.