#BlackJack ##A Single Page Console Application
http://jaredsavage.com/projects/blackjack/
- Written in ES5
- No external code unless otherwise noted. Everything is my own implementation written from scratch for this exercise, except where otherwise noted.
- Graphics are heavily modified from resources found online.
- When you run out of cards (there are 6 decks in play), there isn't a mechanism to reshuffle the cards.
- The CSS uses important for the stylish console overrides. Would like to clean this up to have a better defined skinning mechanism.
- Player class isn't implemented, currently part of blackjack.js