Skip to content

jng34/black_jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackJack ♠️♥️♣️♦️

A Python-based BlackJack application with gameplay in the CLI.

############### Our Blackjack House Rules #####################

  • The deck is unlimited in size.
  • There are no jokers.
  • The Jack/Queen/King all count as 10.
  • The Ace can count as 11 or 1.
  • Use the following list as the deck of cards:
  • cards = ['A', 2, 3, 4, 5, 6, 7, 8, 9, 10, 'J', 'Q', 'K']
  • The cards in the list have equal probability of being drawn.
  • Cards are not removed from the deck as they are drawn.
  • The computer is the House.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages