# Perudo Game Script

**Category:** Eggdrop_Script
**Original Author:** NrealiZ (Stphane ARDOUIN)

## Description
This script allows up to six players to play the game of perudo in a channel using IRC commands.

## Key Features
- Allows up to 6 players to join a game.
- Manages turns and bids for each player.
- Tracks dice rolls and updates player counts.
- Handles different types of bids (normal and palifico).
- Manages the end of rounds and the final outcome of the game.
- Provides help commands for users.

## File Analysis
- **perudo_en.tcl** — English version script that handles perudo game logic, including binding commands and managing player turns.
- **perudo_fr.tcl** — French version script with similar functionality to `perudo_en.tcl`.
- **copying** — GNU General Public License v2.0 text.