# Trivia 2000 v2.3

**Category:** Eggdrop_Bot
**Original Author:** Ian-Highlander (ian.highlander@eggdropsrus.co.uk)

## Description
A trivia game bot for IRC channels, featuring seven categories of questions and tracking user scores.

## Key Features
- Implements question categories through a TCL script.
- Tracks users' scores automatically upon correct answers.
- Supports multi-question rounds.
- Provides hints and sound effects.
- Manages user host additions to the bot's userlist.
- Displays question numbers during gameplay.

## File Analysis
- **trivia_2000v2.3.tcl** — Main script file containing the logic for the trivia game, including command bindings and event handling.
- **art_lit.txt** — A text file containing a list of art and literature trivia questions.
- **entertainment.txt** — A text file containing a list of entertainment trivia questions.
- **geography.txt** — A text file containing a list of geography trivia questions.
- **history.txt** — A text file containing a list of history trivia questions.
- **queen.txt** — A text file containing a list of Queen band song titles and their positions on albums.
- **science_nature.txt** — A text file containing a list of science and nature trivia questions.
- **sport_leisure.txt** — A text file containing a list of sports and leisure trivia questions.