Simple Game Format ( SGF FF[4] ) parser in javascript. wip.
cf. http://www.red-bean.com/sgf/
sgf.get('exmaple.sgf').then(function (parsedSgf) {
'process parsedSgf';
});
Simple Game Format ( SGF FF[4] ) parser in javascript. wip.
cf. http://www.red-bean.com/sgf/
sgf.get('exmaple.sgf').then(function (parsedSgf) {
'process parsedSgf';
});