[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go: sgf parser/reader in java?
> hi, trying to write some code that behaves like the manyfaces joseki tutor.
> i have code that displays boards and stones and allows people to make legal
> moves (except for detecting ko) and records the game.. any pointers to java
> (or c or c++ code) that parses and reads sgf would be appreciated.
Many or most programs listed at http://www.gnu.org/software/gnugo/gnugo.html
include sgf parsers. All have available and freely licensed (often GPL) code.
This is supposed to be an exhaustive list of free Go software. There's a few
programs (van der Steen's) where the source is available but not freely
licensed and those are omitted.
Daniel Bump