coinage
v0.1.1
Published
CoinAge (micro board game) engine
Downloads
8
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 coinage
Unit 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 coinage
Install all the dependencies
npm install
Run 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