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

Re: computer-go: gnugoclient 2.0



Gunnar wrote:

> The following GTP commands are used by gnugoclient:
> 
> level (*)
> name
> version
> boardsize
> komi
> fixed_handicap
> white
> black
> genmove_white
> genmove_black
> final_score (**)
> final_status_list (**)
> quit

We seem to be converging on an irreducible set of basic commands.
This is rather similar to the lists that went around yesterday.

Don Dailey mentioned the need for an undo. It would be slightly
nontrivial to put this into GNU Go. The undo in the play_ascii.c
and play_gmp.c uses the sgf tree which is presently ignored in 
play_gtp.c.

Dan