Re: [computer-go] java reference bot

2008-10-24 Thread Don Dailey
On Fri, 2008-10-24 at 23:59 -0400, Michael Williams wrote: > I noticed that the Java reference bot does not listen to the color parameter > of genmove. It alternates colors regardless of what is specified. Yes, it's hacked together. I meant to come back to it later to clean up stuff like that.

Re: [computer-go] java reference bot

2008-10-24 Thread Michael Williams
I noticed that the Java reference bot does not listen to the color parameter of genmove. It alternates colors regardless of what is specified. Don Dailey wrote: On Mon, 2008-10-13 at 23:21 -0400, Joshua Shriver wrote: Is the source available would be neat to see. Yes, get it here: http:/

Re: [computer-go] java reference bot

2008-10-14 Thread Don Dailey
Would you be willing to take what I have and integrate this for us? My currently "official" document is in the README file here: http://cgos.boardspace.net/public/javabot.zip (which has been slightly corrected, the Makefile didn't produce a valid jar file because the main class was not prop

Re: [computer-go] java reference bot

2008-10-14 Thread Stuart A. Yeates
Seems like we need a short introduction too: "Go is a board game played on a rectangular grid, usually 19x19. Pieces (or stones) are placed alternately by the black and white players. Pieces are played onto empty vertexes with the aim of surrounding and capturing the opponents pieces. The game con

Re: [computer-go] java reference bot

2008-10-14 Thread Don Dailey
Thanks for the comments and suggestions. My responses below ... On Tue, 2008-10-14 at 09:00 +0200, Denis fidaali wrote: > > Hi. > First things first : i think the specification is enougth as it is. > I hope that we can end up with something useable by anyone, > even non go people as a final

Re: [computer-go] java reference bot

2008-10-13 Thread Don Dailey
On Mon, 2008-10-13 at 23:21 -0400, Joshua Shriver wrote: > Is the source available would be neat to see. Yes, get it here: http://cgos.boardspace.net/public/javabot.zip It includes a unix style simple Makefile. For you java programmers: I'm sure you won't like it - I'm not a java programmer

Re: [computer-go] java reference bot

2008-10-13 Thread Joshua Shriver
Is the source available would be neat to see. -Josh On Mon, Oct 13, 2008 at 7:14 PM, Don Dailey <[EMAIL PROTECTED]> wrote: > I made a reference bot and I want someone(s) to help me check it out > with equivalent data from their own program. There are no guarantees > that I have this correct of

Re: [computer-go] java reference bot

2008-10-13 Thread Don Dailey
A minor correction in the GTP ref-score command. Score is not from blacks point of view, but from the point of view of the player who's turn to move it is. - Don On Mon, 2008-10-13 at 19:14 -0400, Don Dailey wrote: > I made a reference bot and I want someone(s) to help me check it out > with e