Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oli8/blackjackjs
Black jack game in javascript.
https://github.com/oli8/blackjackjs
blackjack-game createjs html5-game javascript
Last synced: 2 months ago
JSON representation
Black jack game in javascript.
- Host: GitHub
- URL: https://github.com/oli8/blackjackjs
- Owner: Oli8
- Created: 2016-12-12T21:06:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T22:04:40.000Z (about 7 years ago)
- Last Synced: 2024-10-11T12:51:50.419Z (3 months ago)
- Topics: blackjack-game, createjs, html5-game, javascript
- Language: JavaScript
- Homepage: https://oli8.github.io/BlackJackJs/
- Size: 2.47 MB
- Stars: 40
- Watchers: 2
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlackJackJs
Black jack game made in Javascript with CreateJs
[demo](https://oli8.github.io/BlackJackJs)Click on a chip to bet and start playing !
## Chips Values :
500 : ![500](https://raw.githubusercontent.com/Oli8/BlackJackJs/master/assets/PNG/Chips/chipBlueWhite_side.png)
100 : ![100](https://raw.githubusercontent.com/Oli8/BlackJackJs/master/assets/PNG/Chips/chipBlackWhite_side.png)
25 : ![25](https://raw.githubusercontent.com/Oli8/BlackJackJs/master/assets/PNG/Chips/chipGreenWhite_side.png)
5 : ![5](https://raw.githubusercontent.com/Oli8/BlackJackJs/master/assets/PNG/Chips/chipRedWhite_side.png)
1: ![1](https://raw.githubusercontent.com/Oli8/BlackJackJs/master/assets/PNG/Chips/chipWhiteBlue_side.png)## Options :
**Double**
**Insurance**
**Give up**Thanks to [Kenney Vleugels](http://www.kenney.nl) for the assets!