kevinleedrum / vlackjack

Blackjack built with Vue.js and vuex

Home Page:https://kevinleedrum.github.io/vlackjack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VLACKJACK ♠️ ♥️ ♣️ ♦️

No Maintenance Intended

🚀 Play Now

https://kevinleedrum.github.io/vlackjack/

Introduction

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.

Yarn / NPM Scripts

# install dependencies
yarn

# serve with hot reload
yarn serve

# build
yarn build

# run unit tests
yarn test:unit

Rules

  • 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.

License

MIT

Copyright (c) 2017-Present, Kevin Lee Drum

About

Blackjack built with Vue.js and vuex

https://kevinleedrum.github.io/vlackjack/


Languages

Language:Vue 60.0%Language:JavaScript 39.2%Language:HTML 0.6%Language:SCSS 0.1%