1.0.0 • Published 10 years ago
gosgf v1.0.0
Node.js-based go game viewer
Note: there is no documentation at this point.
Setup and run
$ npm install
$ node .The implementation requires a modern browser with inline SVG support. Not tested on mobile devices.
Sgf parser and SVG board renderer
Redistributable files can be found in the folder gosgf/:
gosgf/gosgf.jscontains the core objects for sgf files parsing, according to the SGF specification. The implementation is Go-specific, even though the spec is designed to represent other board games. Works both in node.js and browsers.gosgf/jquery.gosgf.jsis a client-side jQuery-based SVG board renderer. It requiresgosgf/gosgf.js.
1.0.0
10 years ago