# Acro Game Script

**Category:** Eggdrop_Bot
**Original Author:** Graeme Donaldson

## Description
This script is a game where players try to create meaningful phrases from a randomly generated string of letters (ACRO). The bot manages the rounds, tracks submissions and votes, and tallies scores.

## Key Features
- Generates random ACROs for each round.
- Tracks player submissions within a time limit.
- Allows voting on submitted phrases after the submission period ends.
- Tally and announce scores at the end of each round.
- Manages multiple rounds until a predetermined number is reached.

## File Analysis
- **acro.tcl** — Contains the main logic for generating ACROs, managing player submissions, and handling votes. It also includes configuration settings and logging.
- **acro.readme** — Documentation for the script, including installation instructions, usage guidelines, and history of updates.