# Marky's Color Uno v0.98.9

**Category:** Eggdrop_Bot
**Original Author:** Mark A. Day (techwhiz@embarqmail.com)

## Description
A simple IRC-based Uno card game bot for eggdrop that allows players to join, play cards, and compete in a multiplayer environment.

## Key Features
- **UnoInit**: Initializes the game.
- **UnoStop**: Stops the current game.
- **UnoPause**: Pauses or resumes the game.
- **UnoJoinBotPlayer**: Allows a bot player to join the game.
- **UnoRemove**: Removes players from the game.
- **UnoCmds**: Lists available commands.
- **UnoWon**: Shows the score for a specific player.
- **UnoTopTen**: Displays the top 10 scores.
- **UnoTopThreeLast**: Displays the last month's top three winners.
- **UnoStats**: Provides statistics on this month’s games.
- **UnoRecords**: Shows all-time records.

## File Analysis
- **uno.tcl** — Contains the core logic for managing game states, player interactions, and command handling.
- **INSTALL** — Instructions for installing the script into an eggdrop bot configuration.
- **README** — General information about the script's usage and features.
- **COPYING** — GNU GPL v2 license details.
- **ChangeLog** — Log of changes made from 2004 to 2011, detailing updates and bug fixes.