# Slap Jack Script

**Category:** Eggdrop_Bot
**Original Author:** Justdabomb2

## Description
This script implements a game of slap jack for IRC channels using Eggdrop v1.6.18. It allows players to join the game, check their cards, and slap when they see the jack card.

## Key Features
- **Commands:**
  - `!slapjack` – Start a new game.
  - `!joinsj` – Join an ongoing game.
  - `!checkcards` – Check the remaining number of cards for each player.
  - `!slap` – Slap the current card.

- **Game Mechanics:**
  - Randomly deals cards to players until one runs out, then declares a winner based on who slaps first when they see the jack card.
  - Keeps track of rounds and scores.
  - Uses timers for game progression.

## File Analysis
- **slapjack-nl.tcl** — The main script file that contains all the logic for starting, managing, and ending the slap jack game. It handles commands, player interactions, and game state updates.