Skip to content

AmirAzade/HangMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game with Django

Game Start Correct Guess

Introduction

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.

Installation

Follow these steps to setup the project locally:

  1. Clone the repository
git clone https://github.com/AmirAzade/HangMan.git
  1. Open directory
cd HangMan
  1. Install the dependencies
pip install -r requirements.txt
  1. Apply migrations
python manage.py migrate
  1. Run the development server
python manage.py runserver
  1. Open your web browser and go to http://127.0.0.1:8000/ and enjoy the game!

Live Demo

You can try out the live version of the Hangman Game from Here

About

Hangman Game with Django

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors