Overview:
This is a full functional user versus computer blackjack game that calculates score and winner of each round along with a self-shuffling deck and auto-betting system all encapsulated within a Seattle theme.
Future Additions:
- Multiple users/computer players
- User input and stored name value
- User controlled bets
- Animations for shuffling and dealing cards
- Cleaner code
User Stories:
- I am a gambler so I want to play cards without going into bankruptcy.
- I am going to gamble and want to practice how to play.
- I like to play blackjack, but have nowhere/no way to play.
Wireframe:
Credits:
- jQuery and vanilla Javascript
- Google Fonts
- Google Images
- Seattle Space Needle
Difficulties:
I need to work on DRY code. I attempted to use a card API, but couldn't get it to work in a way that I understood so I ended up writing a lot out so that I could make the game function.
