[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [computer-go] how to use GTP in place of GMP



Nick Wedd wrote:

> Is a "reference implementation" an actual program, which I merely have 
> to run?  I hope so.
> 
> I would like to suggest, if I may, a few features which this program 
> might have.  It would write, for each game, a file containing an SGF 
> record of the game.  This file would contain time information in BL and 
> WL fields.  The file would be written after each move;  so that after a 
> lightning strike or other accident, the game could be resumed.

`twogtp.pike' from GNU Go package meets your requirements except that
it doesn't write BL[] and WL[].  If you are really going to host a
tournament and wish for this feature, feel free to contact
`gnugo-devel@xxxxxxxxxxxxxxxxx' and this will be implemented (maybe even by me ;).

The only drawback is that Pike is not a particularly standard language.
I know it does work under Windows, but I have no idea about whether it
is difficult to install it or not.  In any case, with a little work,
one can backport `twogtp.pike' features to Python version of the script.

Paul
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/