# dFight

**Category:** Eggdrop_Script
**Original Author:** dLux@PhatNet

## Description
A 1 or 2 player fighting game for eggdrop bots that uses Tcl scripting to manage user interactions, statistics, and in-game events.

## Key Features
- **User Registration**: Requires users to be registered with the bot.
- **Game Modes**: Supports both single-player (fighting a boss) and two-player modes.
- **Autofighting**: Allows setting different autofighting styles for other bots on the same server.
- **Statistics Tracking**: Tracks player statistics such as levels, wins, losses, and damage taken.
- **Command Interface**: Uses commands like `.tcl` to set user configurations and manage game states.

## File Analysis
- **dFight.tcl** — Main script that handles game logic, user interactions, and configuration settings.
- **--- File: dFight.tcl ---** — Contains version information, setup instructions, and detailed documentation on how to use the script.