# Slap Jack Script

**Category:** Eggdrop_Script
**Original Author:** Justdabomb2

## Description
This script implements a simple game of slap jack for IRC channels using Eggdrop, allowing players to join a round, check their cards, and slap the current card when it matches a specific condition.

## Key Features
- **!slapjack** - Start a new game of slap jack.
- **!joinsj** - Join an ongoing game of slap jack.
- **!checkcards** - Check the remaining cards in each player's hand.
- **!slap** - Slap the current card when it matches "J".
- **Random Card Distribution** - Cards are randomly selected from a predefined set.

## File Analysis
- **filename** — what it does
- **slapjack.tcl** — Contains all the logic for starting, managing, and playing a game of slap jack. It handles player joins, card distribution, and determining winners based on slapping "J".