Skip to content

kt3k/sgfjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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';
});

About

SGF FF[4] parser in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published