A GTK-based Go game client written in Python
Go to file
2012-04-13 15:27:07 -04:00
gnugo Prefer debugging over speed (heavily) in gnugo, and got the board into a stronger state, to align with how gnugo does things. 2012-04-13 01:38:58 -04:00
lib Miscellaneous cleanup 2012-04-13 15:27:07 -04:00
res Added missing hoshi points, removed some now unneeded image files 2012-04-08 02:27:40 -04:00
pygo Added some framework for building the C libraries we need and running the program with the needed libraries available 2012-04-12 21:19:19 -04:00
pygo.py Fix color changing between moves 2012-04-13 01:41:33 -04:00
readme.markdown Added some framework for building the C libraries we need and running the program with the needed libraries available 2012-04-12 21:19:19 -04:00
so_compile Added all the files we need from gnugo to so_compile 2012-04-12 21:28:49 -04:00

Installation

Dependencies

You will need these things to build libboard.so (which pygo needs):

  • gcc

You will need the following to run pygo:

  • pygame
  • SDL_ttf

Installation

pygo is currently designed to be run in-place. The only 'installation' we need is to run:

./so_compile

to build the needed C libraries (from gnugo/).

Running the program

To run the program, use the wrapper script:

./pygo