Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Ross Werner
Thanks, Gunnar! That did, in fact, do exactly what I wanted. :) ~ Ross Gunnar Farnebäck wrote: gogui-display does exactly what you want. /Gunnar Ross Werner wrote: Hi all, I'm looking for a very simple GUI GTP engine--not a controller. Programs like Jago or GoGUI are great GTP cont

RE: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread
My problem mysteriously cleared itself up. Thanks Chester P. Stark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Werner Sent: Friday, October 17, 2008 9:51 AM To: computer-go Subject: Re: [computer-go] GUI GTP Engine (not Controller)? terry mcint

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Gunnar Farnebäck
gogui-display does exactly what you want. /Gunnar Ross Werner wrote: Hi all, I'm looking for a very simple GUI GTP engine--not a controller. Programs like Jago or GoGUI are great GTP controllers--they can connect to a GTP engine like GnuGo and play against it just fine. What I'm looking for

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Don Dailey
On Fri, 2008-10-17 at 09:50 -0700, Ross Werner wrote: > terry mcintyre wrote: > > I'm not getting it; what problem are you trying to solve? > > Hopefully my other email cleared it up. If not, basically I'm trying to > write my own GTP controller that takes two GTP engines (like two bots) > an

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Don Dailey
It's not clear what you need this for, but the gogui distribution has lots of useful tools that you can connect together components with. - Don On Fri, 2008-10-17 at 09:43 -0700, Ross Werner wrote: > Sorry, I guess I didn't explain myself very well. I'm looking for a > graphical program, some

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Ross Werner
terry mcintyre wrote: > I'm not getting it; what problem are you trying to solve? Hopefully my other email cleared it up. If not, basically I'm trying to write my own GTP controller that takes two GTP engines (like two bots) and will play them against each other. For testing purposes, I'd lik

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Ross Werner
Sorry, I guess I didn't explain myself very well. I'm looking for a graphical program, something that displays a board, and when sent the "genmove" command, it will allow you to click on the board, and print e.g. "= C5" to STDOUT. Likewise, when it receives a "play" command, it will display tha

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread terry mcintyre
Ross, I'm not getting it; what problem are you trying to solve? > From: Ross Werner <[EMAIL PROTECTED]> > > Hi all, > > I'm looking for a very simple GUI GTP engine--not a controller. Programs > like Jago or GoGUI are great GTP controllers--they can connect to a GTP > engine like GnuGo and p

Re: [computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Don Dailey
I have a reference bot in C I am testing and will give the source code away and compile a version for windows when I am done.Also, I advertised the java reference bot which is free. You can get the java bot here: http://cgos.boardspace.net/public/javabot.zip It has recently been up

[computer-go] GUI GTP Engine (not Controller)?

2008-10-17 Thread Ross Werner
Hi all, I'm looking for a very simple GUI GTP engine--not a controller. Programs like Jago or GoGUI are great GTP controllers--they can connect to a GTP engine like GnuGo and play against it just fine. What I'm looking for is a program that *cannot* directly attach to GnuGo, but instead requir