Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

BlackJack Game

Open anvithayerneni opened this issue 1 year ago • 0 comments

Black Jack Game : The game starts with you and the dealer receiving two cards each. Your cards are visible, but only one of the dealer's cards is visible (the "upcard"). Your goal is to have a hand value as close to 21 as possible without going over. You can choose to "hit" (take another card) or "stand" (keep your current hand). You can continue to hit as many times as you like, but if your hand's total value exceeds 21, you "bust" and lose. After you finish your turn, the dealer reveals their second card (the "hole card") and follows a rule where they must hit until their hand value is 17 or higher.

anvithayerneni avatar Nov 26 '23 03:11 anvithayerneni