0.1.1 • Published 11 years ago

coinage v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

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.

Contributing

See contributing guide

Changelog

See the changelog

License

Released under MIT license

0.1.1

11 years ago

0.1.0

11 years ago