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
- Host: GitHub
- URL: https://github.com/cameronhunter/blackjack-spine
- Owner: cameronhunter
- License: mit
- Created: 2012-05-12T09:40:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T07:10:27.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T02:34:19.597Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://blackjack-spine.s3-website-us-west-1.amazonaws.com/
- Size: 1.14 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
