# Justdabomb2-Dice-v1.1

**Category:** Eggdrop_Bot
**Original Author:** Justdabomb2

## Description
This is a simple dice game script for Eggdrop IRC bots, allowing users to play against each other or the bot itself.

## Key Features
- **!dice**: Turns the game on.
- **!play <nick> / !play bot**: Starts a game between two players or one player and the bot.
- **!roll**: Rolls the dice.
- **!diceoff**: Turns the game off.
- **!dicehelp**: Shows available commands.

## File Analysis
- **Justdabomb2-Dice-v1.1.tcl** — A Tcl script that implements a dice game for Eggdrop bots, handling user interactions and displaying messages based on the game state.