[net.games.go] Notation convention - I'm new at this.

bill@dual.UUCP (Bill Kanawyer) (01/17/84)

    Ok I get the idea. I agree that the board, as I have posted it, is too
busy and is hard to look at. Any suggestions on how to display the board?
How about just dots? Crosses? Name something. Or better yet submit a problem
yourself using a "new" format.

    In the mean time does anyone have any further idea on the "best" means of
transmitting a move between to computers? I work mainly in 'C' and so like the
idea passing information in a structure such as:

struct record
{
    short	row;
    short	col;
    char	note[MAXLENG];
} game[MAXMOVES];

This suffers from the problem of NOT being ascii. Thus it is not human
readable. Also it suffers in trying to post games via news etc. Does anyone
know what is being used by the current generation of go playing programs?
Are there any standards at all as of yet. I know some very strong players at
the San Francisco Go club and can ask them about the game its self but...
ask them about computer go and they just look at you funny.

    In any case I will try posting another set of life and death problems
soon, with a new (read, hopefully better) format. Suggestions, as ever, are
welecome.

Bill Kanawyer
Dual Systems, Berkeley Ca. 
{ucbvax,amd70,unisoft,zehntel}!dual!bill