/hangman_python

A hangman game in python

Primary LanguagePython

hangman_python

A simple hangman game in python to be played with the console.

Preview of app

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'.