This is a Python project consisting of a simple version of the game Blackjack and was made to practice my habilities with the language.
- Single-deck game
- Only one player (you) and the dealer
- No split
- Early surrender
- No hole-carding
- The dealer hits on a soft 17
- Betting system
- Game history saving system
Clone this project to a folder and run the main.py file. You may have Python installed in your computer.
Have fun!