This branch is a preparation for WGo.js library of version 3. Currently it contains WGo.Board and WGo.Game modules from the master branch (v2) but ready to be rewritten from the scratch ;-)
- SVG board with cool animations as counterpart to the HTML5 canvas board
- Custom player templates
- And much more...
With node.js:
npm install wgo
Or you can directly download minified script files from the /dist directory.
If you edit any source file you will probably want to rebuild main script and its minified version. This procedure is also required for pull requests.
npm run build
Full documentation can be found here.