Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 452 Bytes

Black Jack (Python)

Black Jack done in Python for the Complete Python Bootcamp course

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.