I made this game as result of my first Python course at Alura, I made some refactoring to make it better, if you have any issue or opinion, please let me know!
Open your terminal and run
python --version
if it returns nothing about, you can find python here:
You also can use python c
from hangman import play
to add this module in your personal project.
Then call it as a function:
play()
git clone https://github.com/g-santosmartins/hangman_game_python.git
cd hangman_game_python
and then run:
python hangman.py
Way to go! Have fun!