# Hangman Game Script

**Category:** Eggdrop_Bot
**Original Author:** David Proper (DrN)

## Description
This script implements a hangman game for use in IRC channels, allowing players to guess letters in a word or phrase within a limited number of tries.

## Key Features
- Allows the person who started the game to play if they let the script pick a random puzzle.
- Automatically ends the game when the last letter has been guessed.
- Three difficulty levels: 1 (display how many turns are left and what letters used), 2 (don't display how many turns are left), 3 (don't display how many turns or letters used).
- Ends the game if no one takes a guess for a predetermined period of time.
- Comes with 100 preset puzzles.

## File Analysis
- **hangman101.tcl** — Contains the main logic and commands for starting, playing, and ending the hangman game. Implements various features like difficulty levels, timeouts, and high scores.
- **.hangman** — A text file containing a list of phrases or words to use in the hangman game.