This project is about creating a Complete BlackJack card Game in python.
These are the requirements:
You need to create a simple text-based BlackJack game
The game needs to have one player versus an automated dealer.
The player can stand or hit.
The player must be able to pick their betting amount.
You need to keep track of the players total money.
You need to alert the player of wins, losses, or busts, etc...
I learned a lot about Python classes.