Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 437 Bytes

File metadata and controls

10 lines (8 loc) · 437 Bytes

Python Blackjack (CLI)

A command-line Blackjack game built with Python. Play against a computer dealer: draw cards, choose to hit or stand, and see who wins based on standard Blackjack scoring rules.

Features

  • Interactive CLI gameplay (hit/stand)
  • Random card drawing using a simplified deck model
  • Dealer draws until reaching at least 17
  • Blackjack and bust detection
  • Simple Ace handling (11 can become 1 to avoid busting)