# Motus v2.1

**Category:** Eggdrop_Bot
**Original Author:** MenzAgitat

## Description
A word guessing game for IRC channels implemented as an Eggdrop bot that allows players to guess a randomly selected word by proposing valid words of the same length, providing feedback on correct and misplaced letters.

## Key Features
- **Word Guessing Game**: Players propose valid words of the same length as the hidden word.
- **Feedback Mechanism**: Provides visual feedback (green for correct position, red for wrong position) to help players narrow down the solution.
- **Configuration Options**: Allows customization of game difficulty and scoring rules via a configuration file.
- **Round Management**: Manages rounds with time limits and pauses between rounds.
- **Score Tracking**: Tracks player scores over time and displays top scorers.

## File Analysis
- **motus.tcl** — Main script implementing the word guessing game logic, handling user interactions and providing feedback.
- **FAQ.txt** — Provides troubleshooting steps for common issues encountered when running the bot.
- **changelog.txt** — Logs updates and improvements made to the bot over time.
- **lisezmoi.html** — HTML document containing instructions on how to install and configure the bot.
- **variables_annonces.txt** — Lists variables used in announcements, providing placeholders for dynamic content.
- **variables_html.txt** — Defines variables used in HTML templates for exporting statistics.
- **default.cfg** — Configuration file for setting up game parameters such as channel name, scoring rules, and timing settings.
- **quoi.txt** — Describes the purpose of specific directories within the archive.
- **index.html** — HTML template for displaying statistics and scores on a web page.
- **style.css** — CSS stylesheet for styling the web pages generated by the bot.