Is there any program for windows/java to play 2 computer go program against each other? I've my first implementation of the GTP, and testing it, but it would be nice to watch my dummy random algorithm to play against my "clever" random algorithm :)
Here's one way: As you've already implemented GTP, you should be able to download "kgsGtp" from <http://kgs.kiseido.com/en_US/download.xhtml> and interface it with your go-playing programs. Then, using one instance of kgsGtp to connect to KGS as "dummy" ,and another to connect as "clever", you can have them play against each other. I think there may be other ways, too. Maybe gnugo has a mode for this? -- Richard L. Brown Office of Information Services Senior Unix Sysadmin University of Wisconsin System 780 Regent St., Rm. 246 rbrown@xxxxxxxxxxxxxxxxx Madison, WI 53715 _______________________________________________ computer-go mailing list computer-go@xxxxxxxxxxxxxxxxx http://www.computer-go.org/mailman/listinfo/computer-go/