A
Aldric Giacomoni
http://github.com/Trevoke/SGFParser
SGF stands for Smart Game Format, it's best known for storing go games,
but also stores chess, backgammon and a whole bunch of other similar
games.
I've got a 'working' version of an SGF parser. I have issues with KGS
records, I believe it's due to the way I handle ']' characters within
comments.
If you have time, please take a look at the code (it's quite short) and
let me know what you think, or whatever suggestions you may have.
Thanks in advance.
SGF stands for Smart Game Format, it's best known for storing go games,
but also stores chess, backgammon and a whole bunch of other similar
games.
I've got a 'working' version of an SGF parser. I have issues with KGS
records, I believe it's due to the way I handle ']' characters within
comments.
If you have time, please take a look at the code (it's quite short) and
let me know what you think, or whatever suggestions you may have.
Thanks in advance.