# Russian Roulette Script

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

## Description
A simple IRC game script that simulates a Russian roulette scenario, allowing players to join and play in turns until one player is "killed."

## Key Features
- Allows up to three players to join the game using specific commands.
- Implements a turn-based system where each player takes their turn with a virtual gun.
- Randomly determines if a player survives or loses based on a predefined list of outcomes.
- Kicks a player from the channel upon losing and announces the winner.

## File Analysis
- **roulette0.3.1.tcl** — Contains the main logic for the Russian roulette game, including player management, turn-based gameplay, and outcome determination.