1.0.0 • Published 8 years ago

gosgf v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.js contains 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.js is a client-side jQuery-based SVG board renderer. It requires gosgf/gosgf.js.