# Strategy Script for Eggdrop

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

## Description
This script implements a game called "Strategy" where players take turns removing 1, 2, or 3 from a starting number until the last number is taken. The player who takes the last number wins.

## Key Features
- Allows up to six players to join a round.
- Starts with a configurable initial number (default: 50).
- Provides commands for joining and playing the game.
- Displays messages when a player joins or starts the game.
- Shows victory messages when someone wins.
- Can only be turned off by the bot owner.

## File Analysis
- **Justdabomb2-Strategy-v1.0.tcl** — Contains the main script logic, including commands and event bindings for managing players and turns in the "Strategy" game.