hangman_python
A simple hangman game in python to be played with the console.
The user can input a letter to guess the word. The game ends when the user either managed to guess the word or after 6 missed letters. The user can replay the game by typing 'replay' in the terminal and pressing 'enter' or exit the game by typing anything other than 'replay'.