# Marky's Color Uno v0.98

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

## Description
A Tcl-based IRC bot for playing the game of Uno, with automated gameplay and various commands for players to interact.

## Key Features
- **Commands**: !uno, !stop, !pause, !join, !remove, !unocmds, !unowon, !unotop10, !unotop3last, !unostats, !unorecords, !unorow, !unoversion
- **Gameplay Automation**: Auto-dealing of cards, handling skips and reverses, managing player turns.
- **Nick Colors**: Customizable nick colors for players.
- **Monthly Score Reset**: Resets scores at the beginning of each month.

## File Analysis
- **uno.tcl** — Main script file containing all the game logic, command bindings, and event handlers for Uno gameplay.
- **uno.cfg** — Configuration file used to store settings like points, score files, and last month's cards/wins.