# Wordgame Script

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

## Description
This script is designed to play a word unscrambling game on IRC channels using an eggdrop bot framework. It includes functionality for starting the game, providing clues, and tracking scores.

## Key Features
- **!word**: Starts the word unscrambling game.
- **!score**: Displays the top ten scorers in the game.
- **!wordswitch**: Toggles whether the script can be played on a channel.
- **!wordanswer**: Toggles whether to reveal answers when no one guesses correctly.
- **Clue Mechanism**: Provides clues at different stages of solving the word.

## File Analysis
- **wordgame.tcl** — The main script file that handles game logic, scoring, and interaction with IRC channels. It includes commands for starting and managing the game, as well as providing clues to players.
- **wordlist.txt** — A text file containing a list of words to be unscrambled along with their corresponding clues.