Re: [computer-go] GTP back to basics.

2007-12-05 Thread Christoph Birk

On Tue, 4 Dec 2007, Joshua Shriver wrote:

I've been working hard and hope to have an alpha program on CGOS by
Christmas. Know last time I asked this, one useful reply gave just 4-5
commands that were essential.

I have the full spec, and nothing look terribly hard, but I want to get the
minimal commands done first so I can get my program online asap.


If you just want to play on CGOS you can connect directly and need
only 4 commands:
 setup
 genmove
 play
 gameover

 info (can be ignored)

Christoph

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


[computer-go] GTP back to basics.

2007-12-04 Thread Joshua Shriver
Sorry to duplicate my question, I've been digging and digging in previous
threads trying to find the answers that were posted.
Wish computer-go had a google search :)

Anyway, what is the minimal commands required to get an engine online via
gtp?

I've been working hard and hope to have an alpha program on CGOS by
Christmas. Know last time I asked this, one useful reply gave just 4-5
commands that were essential.

I have the full spec, and nothing look terribly hard, but I want to get the
minimal commands done first so I can get my program online asap.

Thanks in advance!
-Josh
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] GTP back to basics.

2007-12-04 Thread Jeff Nowakowski
On Tue, 2007-12-04 at 19:45 -0500, Joshua Shriver wrote:
 Wish computer-go had a google search :)

Put this in Google's search box:

site:http://computer-go.org/pipermail/computer-go/ foobar

Of course, replace foobar with your search terms.

-Jeff

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] GTP back to basics.

2007-12-04 Thread Don Dailey
If you download cgos3.tcl,  the code made it pretty clear which commands
are used.

Here is what I see:

list_commands
boardsize
clear_board
play
genmove
quit
 
optional are:
time_settings
time_left


-Don





Joshua Shriver wrote:
 Sorry to duplicate my question, I've been digging and digging in
 previous threads trying to find the answers that were posted.
 Wish computer-go had a google search :)

 Anyway, what is the minimal commands required to get an engine online
 via gtp?

 I've been working hard and hope to have an alpha program on CGOS by
 Christmas. Know last time I asked this, one useful reply gave just 4-5
 commands that were essential.

 I have the full spec, and nothing look terribly hard, but I want to
 get the minimal commands done first so I can get my program online asap.

 Thanks in advance!
 -Josh
 

 ___
 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/