An open API service indexing awesome lists of open source software.

https://github.com/cameronhunter/blackjack-spine

Blackjack written using SpineJS and Bootstrap
https://github.com/cameronhunter/blackjack-spine

Last synced: 12 months ago
JSON representation

Blackjack written using SpineJS and Bootstrap

Awesome Lists containing this project

README

          

blackjack-spine
===============
Written in [Coffeescript](http://coffeescript.org) using [SpineJS](http://spinejs.com), made beautiful by [Bootstrap](http://getbootstrap.com). Makes use of [node-shuffle](https://github.com/TroyGoode/node-shuffle) for creating and shuffling the deck (using [Fisher-Yates/Knuth algorithm](http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle)).

Usage
-----
1. Check out the git repository
2. Install hem using ```npm install -g hem```
3. Start the server ```hem server -p 9000```
4. Point your browser at [http://localhost:9000](http://localhost:9000) to play
5. Check out the [Jasmine](https://jasmine.github.io/) tests at [http://localhost:9000/test](http://localhost:9000/test)

Live Demo
---------
Play the [blackjack-spine demo](http://blackjack-spine.s3-website-us-west-1.amazonaws.com)

![blackjack-spine screenshot](http://blackjack-spine.s3-website-us-west-1.amazonaws.com/screenshot.png)