BlackJack Rules Player and dealer draws two card from the deck Dealer only shows one of the card Player has to choose either hit (draw another card) or stand (continue without drawing) Dealer will draw card until the total exceeds 17 The hand with the highest totals wins as long as it doesn't exceed 21 Ace will represent 11 or 1, King King, Queen, and Jack represents 10 How to play Fork the repo by clicking the fork logo the on top right Clone the repo git clone [email protected]:AseanK/beginner-python-games.git Head to the blackjack folder Run the file using python command python main.py