coinage

0.1.1 • Public • Published

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

See contributing guide

Changelog

See the changelog

License

Released under MIT license

/coinage/

    Package Sidebar

    Install

    npm i coinage

    Weekly Downloads

    3

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • sergeylukin