Skip to content

sergeylukin/coinage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published