Welcome to the Hangman Game, a classic word guessing game implemented using the Django framework. Also the frontend of this application is created using basic HTML, CSS, and JavaScript, integrated into Django templates.
Follow these steps to setup the project locally:
- Clone the repository
git clone https://github.com/AmirAzade/HangMan.git- Open directory
cd HangMan- Install the dependencies
pip install -r requirements.txt- Apply migrations
python manage.py migrate- Run the development server
python manage.py runserver- Open your web browser and go to http://127.0.0.1:8000/ and enjoy the game!
You can try out the live version of the Hangman Game from Here

