The popular card game
#Deployment This game was deployed using the firebase service. It can be accessed at https://blackjack-game-128c2.firebaseapp.com/index.html?bigBet=30
#Description Blackjack -
Blackjack is a popular card game that requires players to make bets and attempt to make their hand’s value equal, or get as close as they can to, 21. Games are a powerful way to learn new material, programming a card game has always been a secret interest of mine. This particular version offers several features that most standard, already-deployed blackjack games include.
The key features of this game include entering in a betting amount, pressing buttons to indicate a betting amount as well as all the action-based buttons. Hitting and staying during the hand are among the most basic features of the blackjack game. In addition this game includes a double down features which gives you one card only, then doubles your bet. Programming a game like blackjack requires loads of patience. Since many of the buttons should work at different times of the site’s “game play” mode, slow development is required to ensure that previously executed features don’t break. This blackjack game will keep visitors engaged as they attempt to reach the 2017 point goal.