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

Re: computer-go: code to generate valid sgf




>>have a look at http://www.math.lsu.edu/~wamelen/gamerz/Go.php?1030&html&3

www.gamerz.net, home of many fine play by email games, including Go.
The referenced interface is generated automatically by a mailbot.  The
result is very similar to itsyourturn.com.  On second thought, probably not
relevant to yourturn.com, but maybe interesting on its own merits.

Possibly more relevant, I have Java code to eat the ugly text history
of LOA games and spit out SGF.   The parser is ad-hoc but might
reveal a few tricks of dealing with ascii representations, but
the SGF prettyprinter would definitely be of use if your Go parser
use the internal SGF representation as its intermediate form.