项目作者: vaylon-fernandes

项目描述 :
A python based command line Hangman game.
高级语言: Python
项目地址: git://github.com/vaylon-fernandes/Hangman.git
创建时间: 2021-02-12T15:17:22Z
项目社区:https://github.com/vaylon-fernandes/Hangman

开源协议:

下载


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

  1. git clone https://github.com/vaylon-fernandes/Hangman.git

Go to the project directory

  1. cd Hangman

Install dependencies

  1. pip Install -r requirements.txt

Run main .py

  1. python main.py
  2. `

Live Version

Check out a live Version on replit @vaylonfernandes/Hangman?embed=1&output=1#main.py">here