Test your luck by playing rounds of Blackjack against the dealer!
- Clone the repo
- Open up your favourite terminal and navigate to the root of this repo
- Run
python main.pyorpython3 main.pyto run the game
Note: The command above may throw an error if tkinter is not installed. tkinter can be installed on Debian-based systems with sudo apt install python3-tk
Stats like the player's balance and name are only saved if the game exits gracefully via the Quit button.
The home screen.
Placing the bet.
Hit, stand, split, double down, or take insurance.
Winning a round!
Change the player's name and balance.




