[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] gtp examples
> Can anyone point me to an example of a gtp "conversation" between an
> engine and a controller (eg a text file). I'm looking at the GTP2
> specification, but a couple of things aren't clear to me, and I want to
> avoid the effort of getting their example programs running and talking to
> each other if there are already examples about.
I found it useful to actually connect up GNU go with KGSGTP, and watching
the conversation. Make a script that does something like
tee input.txt | gnugo --mode=gtp | tee output.txt
Then set KGSGTP - or any other controller - to use that script as engine,
and play a game with it.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/