A python based command line Hangman game.
A python based command line Hangman) game.
Created based on 100 days of Code-The complete python bootcamp tutorial.
I have used the Random word api to get a list of words for the game.
Requirements
Clone the project
git clone https://github.com/vaylon-fernandes/Hangman.git
Go to the project directory
cd Hangman
Install dependencies
pip Install -r requirements.txt
Run main .py
python main.py
`
Check out a live Version on replit @vaylonfernandes/Hangman?embed=1&output=1#main.py">here