BlackJack Simulation for Code in Place Final Project (2020)

by Michael T

Description

A very simple BlackJack simulator which keeps tracks of your bank (total amount to gamble). The program does the very simple functions of hit or stay but simulate real rules of BlackJack by forcing the dealer to hit if the sum of the dealer cards are less than 17. Areas of improvements include making a deck instead of using the random number function, having the ability to double down, and split and adding a feature to allow for card counting strategies.