/hangman-game-python

I made this game as result of my first Python course at Alura, I made some refacturings to make it better, if you have any issue or opinion, please let me know!

Primary LanguagePython

✅ Python Hangman Game

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!

🚀 Project preview:

Hangman preview

📍 First of all make sure you have python installed:

Open your terminal and run

python --version

if it returns nothing about, you can find python here:

Download - Python

📍 ​You can basically import the file and have some fun:

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()

📍 ​Running direct on your terminal

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!