go-sim

v1.3.0
Simulate the game Go in JavaScript.
go game weiqi igo paduk baduk

clean

rimraf lib

prebuild

npm run clean -s

build

babel src/ -d lib/

test

mocha --require babel-core/register -G

watch

parallelshell 'npm run watch:build' 'npm run watch:test'

watch:build

watch 'npm run build -s' src/

watch:test

npm run test -s -- -w

preversion

npm run test

version

npm run build

postversion

git push && git push --tags && npm publish
npm i go-sim

Metadata

  • MIT
  • 5.4.0
  • Phillip 'renolc' Gibson
  • released 10/31/2016

Downloads

Maintainers