# Hangman Game Script

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

## Description
This is a simple hangman game script for IRC channels, allowing users to play a word guessing game with customizable difficulty levels and scoring.

## Key Features
- Allows users to start the game using commands like `.hangman`, `.hangman 2`, or `.hangman This is my puzzle`.
- Customizable game settings such as difficulty level, timeout duration, and display time.
- Tracks player statistics including correct and incorrect guesses, total wins, and display of the puzzle with guessed letters.

## File Analysis
- **rohang.tcl** — The main script file containing the logic for starting and managing the hangman game. It includes commands for guessing letters, updating scores, and displaying the current state of the puzzle.
- **.hangman** — A text file containing a collection of proverbs or sayings to be used as puzzles in the hangman game.