Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 525 Bytes

Blackjack

Description

A simple Python implementation of the classic card game, Blackjack. Built as a learning project while exploring the fundamentals of Python programming.

Features

  • Interactive gameplay for a single player versus the dealer.
  • Implements standard Blackjack rules.
  • Designed to run in the terminal.

Requirements

  • Python 3.x

Usage

  1. Clone the repository:
git clone https://github.com/xjwllmsx/blackjack.git
cd blackjack
  1. Run the program:
python blackjack.py