Skip to content

Welcome to the **Blackjack Game** repo! This is a simple text-based implementation of the classic card game, Blackjack. Players compete against a dealer to reach a score of 21 or as close to it as possible without going over.

License

Notifications You must be signed in to change notification settings

balajimanilal/Py_Capstone1-Blackjack-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Game

Welcome to the Blackjack Game repo! This is a simple text-based implementation of the classic card game, Blackjack. Players compete against a dealer to reach a score of 21 or as close to it as possible without going over.

Features

  • Two-player setup: Play against a computer dealer.
  • Card Dealing: Randomly deal cards to both the player and dealer.
  • Score Calculation: Calculate scores based on the rules of Blackjack.
  • Gameplay Options: Players can choose to hit (take another card) or stand (end their turn).

Game Rules

  • The goal is to get as close to 21 without going over.
  • An Ace can count as either 1 or 11.
  • If your score exceeds 21, you bust and lose the game.
  • A score of 21 with the first two cards is a Blackjack, which beats all other scores.

About

Welcome to the **Blackjack Game** repo! This is a simple text-based implementation of the classic card game, Blackjack. Players compete against a dealer to reach a score of 21 or as close to it as possible without going over.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages