Mark Boon wrote: > I have a Java version of the old Goliath 3. I have a GTP bridge also. > If it's not a lot of work I'd consider putting it on 19x19 CGOS. How > would I go about doing that? (I have a Mac but could possibly arrange > a PC.) > > At the moment the Java translation has an annoying bug that I haven't > bothered to find yet. It causes it to overlook some atari's and > ladders occasionally. Maybe if I get some games played it will be > easier for me to locate this bug. On macs, you need to get a tclkit runtime or else install a recent version of tcl on your machine. The runtime is very simple to install and gives you the ability to run the visual client too which is universal.
You will also need to ensure that your bot knows the CGOS rules - chinese scoring, 2 passes ends the game and all stones are considered alive. If your opponent has dead stones your program must clean up and play it out before passing or you will lose games needlessly. Pay attention to positional superko and suicide is not allowed. Once you have the run-time you can get the generic cgos3.tcl client which attaches to the server as well as to your engine. I will be happy to help you along the way. I would start here, by getting the appropriate tclkit for your platform: http://www.equi4.com/pub/tk/downloads.html Then go to http://cgos.boardspace.net/index.html and get the neccessary clients. You must also be sure and read the instructions for connecting to 19x19 server. - Don > > Mark > _______________________________________________ > computer-go mailing list > computer-go@computer-go.org > http://www.computer-go.org/mailman/listinfo/computer-go/ > _______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/