dewangmodi / Hangman

A hangman game made using python and flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

This is a simple hangman game implemented using Flask.

Steps to run

First, you need to install flask.

Option 1: Anaconda:

conda install flask

Option 2: Using pip:

Install pip, and then

pip install Flask

It is recommended that you create and use virtual environment If you use Anaconda, then use

conda env create --name <env_name>

conda activate <env_name>

Otherwise, use

python3 -m venv <env-name>

source <env-name>/bin/activate
  • Fork the repository

  • Clone the repository

    git clone https://github.com/<username>/Hangman.git

where < username > is your username in your bash

  • Then follow the following steps :
cd Hangman
	
flask run

Now visit http://127.0.0.1:5000/ and see the app in action!

Contributions

  • Contributors are welcome and please comment on the issue before working on it.
  • Create pull requests, submit bugs, suggest new features.
  • Join the Slack workspace for queries and other related stuff.

Slack Workspace : https://join.slack.com/t/hangmantalk/shared_invite/enQtODYyNzk0ODgyNDg1LTA3YjZiODBjNjFhN2MxY2JmY2JlMmRjNWM5NGE4OTkxZDY3YWVkYzFhMDc4ZDI3NDc0Nzc2ZjFmNWRjZWEzZjc

About

A hangman game made using python and flask


Languages

Language:Python 76.6%Language:HTML 23.4%