A simple cribbage game built using javascript, no frameworks and only mustache as a templating library. You can view the latest preview here http://lucaspaulger.com/cribbage-the-game/ after each successful build.
This project uses ruby for compass, and node for grunt. Additionally there is configuration for Cordova when I am creating native apps.Make sure you have the following tools installed on your development machine
gem install compass
npm install -g grunt-cli
npm install -g bower
npm install
bower install
Now that the project is setup run the application locally with the following commands
grunt serve
to run unit tests you can run
karma start
OR
grunt test
- the last step will fail for coveralls (used specifically for CI)
Please feel free to contribute, no guidelines defined yet :).
Donations are appreciated but not necessary
- http://selfthinker.github.io/CSS-Playing-Cards/
- http://www.squidfingers.com/patterns/
- https://github.com/janl/mustache.js
See the CHANGELOG.