Skip to content

Mohsen-mhm/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About project

This is Hangman game using python

Getting Started

  1. Clone the project repository by running the command below if you use SSH
git clone git@github.com:Mohsen-mhm/hangman.git

If you use https, use this instead

git clone https://github.com/Mohsen-mhm/hangman.git

Get your api key

  • If you don't want to use the Word API list, you can skip this section (there is a built-in list that has some words).
  1. Subscribe to this API and get your API key here:

Just enjoy it

  1. Make sure you have Python installed on your system !
python --version

or 

python3 --version
  1. Then go to project directory and run the main.py file
cd hangman/
python ./main.py

or 

python3 ./main.py