All Projects → kevinleedrum → Vlackjack

kevinleedrum / Vlackjack

Blackjack built with Vue.js and vuex

Projects that are alternatives of or similar to Vlackjack

Eleme
restructure..
Stars: ✭ 1,635 (+1400%)
Mutual labels:  webpack, vuex, html5, css3
Vue Meizi
vue最新实战项目,vue2 + vuex + webpack + es6 干货多多,新手福利
Stars: ✭ 1,476 (+1254.13%)
Mutual labels:  webpack, vuex, html5, css3
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+568.81%)
Mutual labels:  webpack, vuex, html5, css3
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+128.44%)
Mutual labels:  webpack, vuex, html5, css3
Vue Shiyanlou
😘基于vue2和vuex的复杂单页面应用,20+页面53个API(仿实验楼)✨✨
Stars: ✭ 342 (+213.76%)
Mutual labels:  webpack, vuex, html5, css3
Echat
基于Vue的点对点聊天项目
Stars: ✭ 130 (+19.27%)
Mutual labels:  vuex, html5, css3
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+2202.75%)
Mutual labels:  webpack, jest, vuex
Github Ranking
🔍GitHub不同语言热门项目排行,Vue.js做页面展示
Stars: ✭ 160 (+46.79%)
Mutual labels:  webpack, html5, css3
Vue3 Jd H5
🔥 Based on vue3.0.0, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!
Stars: ✭ 328 (+200.92%)
Mutual labels:  vuex, html5, css3
Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+8697.25%)
Mutual labels:  webpack, html5, css3
Online Bling
Stars: ✭ 9 (-91.74%)
Mutual labels:  webpack, html5, css3
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+689.91%)
Mutual labels:  vuex, html5, css3
My Animate
使用 HTML5 / Canvas / CSS3 制作各种动画效果
Stars: ✭ 93 (-14.68%)
Mutual labels:  html5, css3
Xyy Vue
🎨基于vue+vue-router+vuex+axios+webpack开发的个人Demo《Qu约》
Stars: ✭ 1,316 (+1107.34%)
Mutual labels:  webpack, vuex
Is Engine
SFML C++ game engine that allows to create games on Web (HTML 5 - CSS 3), Android and PC
Stars: ✭ 94 (-13.76%)
Mutual labels:  html5, css3
Front End Course
前端知识学习汇总
Stars: ✭ 91 (-16.51%)
Mutual labels:  html5, css3
The Matrix Effect
The incredible effect of rain of letters in the style of the Matrix trilogy.
Stars: ✭ 109 (+0%)
Mutual labels:  html5-game, html5
Vue2 Elm
基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用
Stars: ✭ 37,325 (+34143.12%)
Mutual labels:  webpack, vuex
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (-12.84%)
Mutual labels:  html5, css3
Code Standards
Isobar Front-end development coding standards. Memorize them BY HEART.
Stars: ✭ 1,341 (+1130.28%)
Mutual labels:  html5, css3

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].