Skip to content

mrlhumphreys/jboardgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBoardgame

Useful utility functions for board games

Install via npm:

$ npm install @mrlhumphreys/jboardgame

Usage

ES5:

  var Match = require('@mrlhumphreys/jboardgame').Match;

ES6:

  import { Match } from '@mrlhumphreys/jboardgame'

Development

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.

Contributing

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.

License

The module is available as open source under the terms of the MIT License.

About

Board Game Classes and Utilities

Resources

Stars

Watchers

Forks

Packages

No packages published