# Blackjack Script

**Category:** Eggdrop_Script
**Original Author:** bloodLiner

## Description
This is a Tcl script for the Eggdrop IRC bot that implements a simple Blackjack game in channels where it is enabled.

## Key Features
- **Commands**: `?blackjack`, `?blackjack on`, `?blackjack off`, `?blackjack stats`, `?blackjack version`
- **Game Mechanics**: Manages player joins, deals cards, tracks scores, and handles game states.
- **Channel Control**: Requires channel operator permissions to enable or disable the game.

## File Analysis
- **blackjack.tcl** — Contains all the logic for the Blackjack game, including command handling, card dealing, and state management.