Skip to content

vaylon-fernandes/Hangman

Repository files navigation

Hangman

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

  1. Python3
  2. Json library (built-in)
  3. Requests library
  4. Random library (built-in)

Run Locally

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

Live Version

Check out a live Version on replit here