Black_Jack-code sample
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:
- This is a Black Jack game.
- This program mimics an actual Black Jack game in the console
- The computer is the dealer and user is the player.
- This game assumes unlimited decks of cards and no jokers.
- Ace can count as 11 or 1 depends on dealer's hand.
- J, Q, K count as 10.
- 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