# Poker Stuff 1.3

**Category:** Eggdrop_Bot
**Original Author:** arfer

## Description
Poker Stuff 1.3 is a collection of scripts for an IRC bot, including a poker card parsing engine, a demo script to showcase its functionality, and a poker slot machine game.

## Key Features
- **Card Parsing Engine (parsecards.tcl):** Recognizes the best 5-card poker hand from a string representation of cards.
- **Demo Script (pokerdemo.tcl):** Demonstrates the card parsing engine by dealing random or manually input cards, displaying the best hand and its ranking.
- **Poker Slot Machine Emulator (pokerslot.tcl):** A single-user game that deals cards, allows players to hold some cards, and determines the winner based on poker hand rankings.

## File Analysis
- **parsecards.tcl —** Implements a card parsing engine for recognizing the best 5-card poker hand.
- **pokerdemo.tcl —** Demonstrates use of parsecards.tcl by dealing random or manually input cards and displaying the best hand with its ranking.
- **pokerslot.tcl —** Emulates a poker slot machine, allowing players to hold cards and determine winners based on poker hand rankings.
- **parsecards.txt —** Documentation for parsecards.tcl explaining how it works and its usage.
- **pokerstuff1.3.desc —** Describes the contents of the archive.
- **pokerstuff1.3.readme —** General description of the scripts included in the archive.