# Acro Game Script

**Category:** Eggdrop_Script
**Original Author:** Errtu

## Description
This script implements a word game called "acro" where players submit words using specific letters provided by the bot. The game tracks scores and can be paused or stopped.

## Key Features
- Allows users to start an acro game with a specified number of points needed to win.
- Provides commands for users to interact with the game, such as submitting answers, viewing highscores, and pausing/stopping the game.
- Tracks player submissions and maintains scores across multiple rounds.
- Implements weighted letter probabilities for generating random words.

## File Analysis
- **be-acro.tcl** — Main script file that handles game logic, user commands, and timer events.
- **letters.acro** — Configuration file defining the probability weights for each letter in the acro game.