Useful utility functions for board games
$ npm install @mrlhumphreys/jboardgame
ES5:
var Match = require('@mrlhumphreys/jboardgame').Match;
ES6:
import { Match } from '@mrlhumphreys/jboardgame'
After checkout out the repo, run npm install
to install dependencies. Run npm build
to transpile ES6 to ES5 into the lib directory. Run npm test
to run the tests.
Bug reports and pull requests are welcome on GitHub at https://github.com/mrlhumphreys/jboardgame. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The module is available as open source under the terms of the MIT License.