https://kevinleedrum.github.io/vlackjack/
Vlackjack is a single-player HTML5 blackjack game built with vue 2 and vuex with optional basic strategy hints.
All of the animations are performed via CSS3, Vue transitions, and SVG animation.
# install dependencies
yarn
# serve with hot reload
yarn serve
# build
yarn build
# run unit tests
yarn test:unit
- To keep the game simple, the initial bet is always one coin
- 6 Decks, shuffled after 75% have been played
- Blackjack pays 2-to-1
- Dealer stands on any 17 (
S17
) - Double down on any two cards (
D2
) - Double down after splitting (
DAS
) (except Aces) - No resplitting (
NR
) - No insurance (
NI
)
The basic strategy suggestions are based on this ruleset.
Copyright (c) 2017-Present, Kevin Lee Drum