Introduction

Go is an ancient two player game. The rules are simple. But the staggering number of possible moves and complex strategies make the game quite entertaining and cerebral.

GoPlayGo is a graphical interface to GNU Go , a popular application that provides a computer opponent for playing Go.

GoPlayGo is programmed in Python and uses the wxPython (wxWidgets) graphical library. You can play 9x9, 13x13, or 19x19 games against GNU Go or you can play against a human over the internet or hot-seat.

Installation

  1. Download goplaygo.zip
  2. Unzip the archive (using unzip, winzip ...)
  3. Ensure you have Python on your system
  4. Ensure you have the wxPython module installed
  5. Type "python go.py" and enjoy a game of Go.