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
- Python3
- Json library (built-in)
- Requests library
- Random library (built-in)
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 here