A simple BlackJack game made in Python as a part of a programming course
You can play versus other players in your local computer
Have fun !
In this milestone project you will be creating a Complete BlackJack Card Game in Python.
Here 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 player's total money.
- You need to alert the player of wins, losses, or busts, etc...