Skip to content

lpaulger/cribbage-the-game

Repository files navigation

#Cribbage, The Game Build Status Coverage Status Code Climate Dev Dependencies Gitter

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.

Web App Link

Android App Link

Getting Started

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)

Support / Contributing

Please feel free to contribute, no guidelines defined yet :).

Donations are appreciated but not necessary

Click here to donate $5 Click here to donate $10 Click here to donate $20

resources

Release History

See the CHANGELOG.