Creating Hangman Game 🎮 using simple python script 💻
-
Clone this repository
git clone https://github.com/ParagD25/Hangman
-
Go into the repository
cd Hangman
-
Remove current origin repository
git remote remove origin
-
Create new virtual python environment
python3 -m venv venv
-
Activate virtual python environment
source venv/bin/activate
-
Run Python file
python Hangman.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.