coinage
v0.1.1
Published
CoinAge (micro board game) engine
Readme
CoinAge
Engine for CoinAge micro board game written in JavaScript programming language. It uses some of syntax proposed in ES6 specification.
Install
With npm do:
npm install coinageUnit Testing
This project uses jasmine-node as it's unit testing framework.
To run tests yourself, follow these steps:
Clone the project to your local box
git clone https://github.com/sergeylukin/coinage.git cd coinageInstall all the dependencies
npm installRun the tests
npm test
TODO:
Coinage is a work in progress, so any ideas and patches are appreciated.
- implement core functionality with 100% coverage
- write documentation in reStructuredText format, build it using Sphinx and host it on ReadTheDocs
- add JSDoc notations
Contributing
Changelog
See the changelog
License
Released under MIT license
