# Scramble Word Game Bot

**Category:** Eggdrop_Bot
**Original Author:** BhasIRC Network & Indra^Pratama

## Description
This is a word game bot designed for use on IRC channels, specifically configured to run on the #Balikpapan channel. It allows users to play a word scramble game and tracks their scores.

## Key Features
- **Word Scramble Game:** Users can challenge each other by scrambling words.
- **Score Tracking:** Scores are logged based on user nicknames.
- **Automated Questions:** The bot generates random questions from predefined lists.
- **Tips and Rules:** Provides tips to users and displays channel rules.

## File Analysis
- **scramble.tcl** — Primary script that manages the word game logic, including scoring and question generation.
- **README.txt** — Basic instructions for setting up and using the bot.
- **channelrules.txt** — Contains channel-specific rules and guidelines for user behavior.
- **channeltips.txt** — Provides small tips to users about how to use the bot.
- **entertainment.txt** — A list of trivia questions in English, used as a question bank.
- **prices.txt** — Defines prizes that can be won by users.
- **q.en** — Contains English language questions and their answers for the word scramble game.
- **questions.bandon.en** — Additional English language questions and answers.
- **scramble.rc** — Configuration file for the bot, setting parameters such as channel, question sets, and user behavior.