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

Re: computer-go: SGF alternatives



I like the idea of XML formatted saved games.  It's definitely a plus in
readability (even 'pq' instead of 'q17'), but I think it would actually take
longer to write a parser for it than SGF format (simple scanf() works well
on SGF because you only need to read the next character, and that tells you
what to read next).

Jeff