Skip to content

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!

Notifications You must be signed in to change notification settings

g-santosmartins/hangman-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✅ 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!

About

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages