[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[computer-go] Storing positions
Is there a standard format for storing Go positions in a compact way that is
easy for both humans and programs to parse?
In chess there is something called FEN which does this. Here is the basic
FEN for the starting position (I've left out a couple of details for total
simplicity) in chess:
rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w
The board is read left to right, top to bottom.
Each '/' signifies a new rank (it is redundant but makes it easy to read),
and a numerical digit signifies that number of empty squares.
From the little that I've looked at SGF it seems rather complex for simply
storing a position.
cheers,
Peter
_________________________________________________________________
Need more speed? Get Xtra Broadband @
http://jetstream.xtra.co.nz/chm/0,,202853-1000,00.html
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/