Version controlled Go game/client/library
$ git clone git://github.com/sshirokov/gogogo.git
$ cd gogogo
$ virtualenv –no-site-packages ve
$ . ve/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
$ go-go.py
It will store the game board there as board.json
The default driver will tell you when your game is over and the score
./go-go-web.py #To launch the web server
$ go-go.py
$ go-go.py x y #(0,0) -> (18, 18) ; (x, y) with (0,0) at bottom right (18, 18) top right
$ go-go.py –skip
Need a way to update a default game and to be able to rewind and start a new named game.