Sunday, April 12, 2009

Linux Release

I could finally figure out how to compile the program for Linux. I am releasing the Linux binaries as well as the source code, which should compile with the ./configure; make command.

The instructions for running the tournament and playing versus any goia player are in the README_GOIA file :
  • To play the tournament, run "/MyFolder/gnugo --goia-tournament --komi 6.5"
  • To play versus goia, run "./gnugo --goia-white PlayerFilePath.gop"
Since Gnugo supports GTP, you can also use it to play with advanced GUI, such as GoGui. The command line you have to provide to GoGui would be "./gnugo --mode gtp --goia-white myplayer.gop"

Goia v2.1 source code.

No comments:

Post a Comment