/sgfjs

SGF FF[4] parser in javascript

Primary LanguageJavaScript

sgf.js

Simple Game Format ( SGF FF[4] ) parser in javascript. wip.

cf. http://www.red-bean.com/sgf/

How to use

sgf.get('exmaple.sgf').then(function (parsedSgf) {
    'process parsedSgf';
});