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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    5
  • 0.1.0
    0

Package Sidebar

Install

npm i coinage

Weekly Downloads

5

Version

0.1.1

License

MIT

Last publish

Collaborators

  • sergeylukin