A modern, sleek, and highly portable version of the classic Hangman game.
- Modern UI: Dark-themed visuals with high-contrast colors.
- Category Based: Choose between Technology, Animals, Movies, and Countries.
- Cross-Platform: Runs on Windows, macOS, and Linux with zero database configuration.
- Plug & Play: Uses a simple JSON word list.
-
Clone the repository:
git clone <repo-url> cd hangman
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Game:
python main.py
- Keyboard: Press any letter (A-Z) to guess.
- Enter: Restart the game after win/loss.
The original Python/Tkinter implementation (which required MySQL) has been archived in the old_bkp directory.