# Word Game Script

**Category:** Eggdrop_Bot
**Original Author:** Murf

## Description
This script is designed to play a word unscrambling game on an IRC channel. It tracks scores for players, provides clues, and manages the game flow.

## Key Features
- **!word**: Starts the game in the current channel.
- **!score**: Displays the top ten scorers.
- **!wordswitch**: Toggles the game's running state.
- **!wordanswer**: Toggles whether to reveal answers if no one gets them right.
- Tracks scores globally and per channel.
- Provides three levels of clues: full word, first letter, and first two letters.

## File Analysis
- **wordgame.tcl** — Contains the main logic for starting and managing the game, handling user commands, and providing clues. It also manages score tracking and updates.
- **wordlist.txt** — A text file containing a list of words to be used in the unscrambling game.