Skip to content

johnpipi/vlackjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLACKJACK ♠️ ♥️ ♣️ ♦️

🚀 Play Now

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

Introduction

Vlackjack is a single-player HTML5 blackjack game built with vue 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 60.1%
  • JavaScript 39.2%
  • Other 0.7%