Skip to content

syu727272/blackjack

Repository files navigation

# Blackjack Game

A simple Blackjack game implementation using Streamlit.

## Description
This project implements a classic Blackjack card game with a web-based interface using Streamlit framework.

## Features
- Play Blackjack against the dealer
- Interactive game interface
- Score tracking
- Basic game rules enforcement

## Installation
1. Clone this repository
2. Install required dependencies: `pip install streamlit`
3. Run the game: `streamlit run blackjack_app.py`

## How to Play
1. Click 'Deal' to start a new game
2. Choose to 'Hit' or 'Stand'
3. Try to beat the dealer without going over 21

## Project Structure
- blackjack_app.py: Main application file
- game_logic.py: Game mechanics
- assets/: Card images and resources

## Requirements
- Python 3.7+
- Streamlit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages