This project is complete 1/1/24
Hangman is a classic game in which a player thinks of a word and the other player tries to guess that word within a certain amount of attempts. This is an implementation of the Hangman game, where the computer thinks of a word and the user tries to guess it.
\---hangman263
| .gitignore
| milestone_2.py
| milestone_3.py
| milestone_4.py
| milestone_5.py
| README.md
|
1 directory, six files
clone the repository by running the following command inside a terminal
git clone https://www.github.com/Egojoefavour/hangman263.git
Then within the folder, run
milestone_5.py