This project is a web-based implementation of the classic Hangman game built using Python and Flask. Check out the live demo of the Hangman game.
The purpose of this project is to demonstrate how to build a simple web application using Python and Flask. The game features a basic Hangman gameplay experience where users can guess letters to figure out the hidden word.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/jeffawe/Hangman.git
-
Navigate to the project directory:
cd Hangman
-
Create a virtual environment:
python -m venv venv
-
Install the required packages:
pip install -r requirements.txt
-
Run the Flask application:
flask run
After running the Flask application, you can play the Hangman game by guessing letters or the entire word. The game will keep track of your guesses and update the display accordingly. Try to guess the hidden word before you run out of attempts!
Contributions are welcome! If you have any ideas or improvements, please create an issue or submit a pull request. For major changes, please open an issue first to discuss your suggestions.
For any questions or feedback, please contact me via email or create an issue in this repository.