Skip to content

Play BlackJack game with Python. Built with control flow and loops, objected oriented programming, functions, and more.

Notifications You must be signed in to change notification settings

thelouieshi/black_jack_card_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black_Jack-code sample

This is a code sample for a python Black Jack game.

Anybody can copy and paste this code and play Black Jack in your console. Please let me know if you have any feedbacks. You can the game in console here: https://repl.it/@LouieShi/BlackJackGame#main.py Please down the entire folder as the game is made with Object-Oriented Programming (OOP).

GAME RULES:

  1. This is a Black Jack game.
  2. This program mimics an actual Black Jack game in the console
  3. The computer is the dealer and user is the player.
  4. This game assumes unlimited decks of cards and no jokers.
  5. Ace can count as 11 or 1 depends on dealer's hand.
  6. J, Q, K count as 10.
  7. When both dealer and user bust (>21), dealer wins.

For more of my projects, fun games and useful applications, please visit https://github.com/thlouieshi?tab=repositories Have a great day! - Louie Shi

About

Play BlackJack game with Python. Built with control flow and loops, objected oriented programming, functions, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages