Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 456 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 456 Bytes

BlackJack

Introduction

This is a blackjack game for only one player against the dealer.
No double or split is allowed. The winning percentage will be provided after each game.
The deck is shuffled every 6 rounds.

Instruction

Run python BlackJack.py in the command line.
Type 'Y' to play the game.
Type 'Hit' to hit, and 'Stand' to stand.
After each game, the player will be asked 'Continue?'. Type 'N' to quit the game.