# KAOS Trivia Game for Eggdrop

**Category:** Eggdrop_Bot
**Original Author:** Mark A. Day (techwhiz@earthlink.net)

## Description
KAOS is a trivia game designed to be run on an Eggdrop IRC bot. It allows players to compete by answering questions within a specified time frame, with points awarded for correct answers.

## Key Features
- **Commands**: !kaos, !stop, !kaostop10, !kaostoplast, !kaoswon, !kaosrepeat, !kaoscmds, !asked
- **Question Management**: Reads questions from a database file and manages player scores.
- **Score Tracking**: Automatically resets monthly scores at midnight on the first day of each month.
- **Answer Parsing**: Parses answers based on the provided format in the question file.

## File Analysis
- **kaos.tcl** — Main script for KAOS, handles command triggers, question picking, and score management.
- **INSTALL** — Instructions for installing and configuring the bot to run KAOS.
- **README** — General information about the game including how to add new questions.
- **COPYING** — GNU GPL v2 license details.
- **ChangeLog** — Log of initial release.
- **kaos.cfg** — Configuration file specifying points, channel, auto-start settings, and score files.