# Blackjack Script by bloodLiner

**Category:** Eggdrop_Bot
**Original Author:** Michael 'bloodLiner' Gecht

## Description
A Tcl-based Eggdrop bot script that implements a simple game of Blackjack for IRC channels, allowing users to join games and interact with the bot through specific commands.

## Key Features
- **Game Control**: Enables or disables the Blackjack game on a channel.
- **Statistics**: Tracks the number of games played on a channel.
- **Version Information**: Provides version details when requested.
- **Player Management**: Manages player joins, turns, and exits from the game.
- **Card Drawing**: Handles the drawing of cards for players and calculates their values.

## File Analysis
- **blackjack-eng.tcl** — Contains all the logic for managing the Blackjack game, including command handling, player interactions, and card management.