This repository contains a Python implementation of the classic Hangman game with various extra features such as selectable categories, win/loss tracking, timers, ASCII Hangman visuals, and more. Players must guess a word from the various categories before the hangman is fully drawn after six incorrect guesses.
To run the project please follow the steps below:
git clone https://github.com/julianchen24/Hangman-Python-Project/
cd Hangman-Python-Project
Ensure you have Python version 3.12 installed
Run the game using the command:
python main.py
All contributions are welcome.