Skip to content

A simple command-line Blackjack game implemented using Python and Object Oriented Programming concepts

Notifications You must be signed in to change notification settings

Murriel11/Blackjack_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Blackjack Game ♠ ❤ ♣ ♦

Submitted by: Murriel Rodrigues | April 02, 2023

A simple command-line Blackjack game using Python implementing Object Oriented Programming concepts.

House Rules

  1. The deck is unlimited in size.
  2. There are no jokers.
  3. The Jack/Queen/King all count as 10
  4. cards = [11, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 10, 10]
  5. The cards in the list have equal probability of being drawn.
  6. Cards are not removed from the deck as they are drawn.

About

A simple command-line Blackjack game implemented using Python and Object Oriented Programming concepts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages