Skip to content

ariana011/Python-BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸƒ Blackjack Game in Python

A text-based Blackjack game built in Python. This project simulates a basic game of Blackjack between a player and the computer (dealer). Developed as part of my programming practice and shared on LinkedIn.


πŸ“‹ Features

  • Fully shuffled 52-card deck
  • Player vs. Dealer logic
  • Aces automatically count as 1 or 11
  • Simple terminal interface
  • Score comparison and winner detection

πŸ› οΈ Technologies Used

  • Python 3
  • Built-in random module

How It Works

The game starts by creating and shuffling a full deck.

Player and dealer are both dealt two cards.

Player can choose to Hit or Stand.

Dealer draws until reaching 17 or higher.

Game compares scores and announces the result.


Author Ariana Garcia πŸ“ Texas | πŸ‘©β€πŸ’» Computer Science Student | 🌐 Full-Stack Enthusiast

About

A text-based Blackjack game built in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages