Skip to content

bradstevanus1/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Test your luck by playing rounds of Blackjack against the dealer!

How to run

  1. Clone the repo
  2. Open up your favourite terminal and navigate to the root of this repo
  3. Run python main.py or python3 main.py to 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.

Screenshots

The home screen.

Screenshot from 2021-05-04 16-04-04

Placing the bet.

Screenshot from 2021-05-04 16-04-51

Hit, stand, split, double down, or take insurance.

Screenshot from 2021-05-04 16-07-51

Winning a round!

Screenshot from 2021-05-04 16-11-47

Change the player's name and balance.

Screenshot from 2021-05-04 16-56-00

About

The game of blackjack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages