You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple implementation of the Hangman game in Python
Run the "main.py" file. The game will randomly choose a word, and you can try to guess it letter by letter. You have six attempts to guess the correct letters.
About
Simple implementation of the Hangman game in Python