Skip to content

Jason-Koob/BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackJack

My Blackjack Python program.

How It Works

I made a list of the possible cards and labeled it 'tCards'. This list is used heavily throughout the blackjack game. I relied on Python's random module to randomly choose a item from the list. The item would then be given a value regardless if it was a face-card or numeric card. The value of cards held is combined and shown to the user.

About

Blackjack emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages