# Russian Roulette Script

**Category:** mIRC_Addon
**Original Author:** dozilla <dozilla@gmx.net> aka Dominik Zilliken

## Description
This script implements a simple game of Russian roulette in IRC channels, allowing up to three players to participate and determining the winner through random selection.

## Key Features
- Allows players to join the game by using specific commands (`!roulette1`, `!roulette2`, `!roulette3`).
- Starts the game when any player uses the `!roulette` command.
- Randomly selects a player to "shoot" based on predefined chances of survival or death.
- Kicks a player from the channel if they lose.

## File Analysis
- **roulette0.3.1.tcl** — Contains the core logic for managing players and determining game outcomes, including random number generation and player messaging.