# Duck Hunt

**Category:** Eggdrop_Bot  
**Original Author:** Menz Agitat  

## Description  
Duck Hunt is an FPS-style game for IRC where players shoot ducks that randomly appear on a channel. The game includes features like scoring, levels, and various types of ducks (normal and golden). It also has a shop system for purchasing items with experience points.

## Key Features
- Players can shoot ducks using the `!bang` command.
- Ducks can be normal or golden, each with different behaviors and rewards.
- Players earn experience points and level up as they progress.
- A shop allows players to purchase items like weapons and upgrades.
- The game includes a stats system that tracks player performance.

## File Analysis
- **Duck_Hunt.tcl** — Contains the main logic of the Duck Hunt game, including initialization, command handling, and game mechanics.
- **Duck_Hunt.cfg** — Configuration file for setting various parameters like number of ducks per day, golden duck behavior, and more.
- **changelog.txt** — Log of changes and updates to the script.
- **documentation.txt** — Detailed documentation on how to use the script and its commands.
- **quoi.txt** — Placeholder files indicating where logs and databases will be stored.