Simple hangman game with python
Simple hangman game in python. This is simple hangman game implemented in python. This game selects any random word from the word_list and asks you to guess character for that word. You will get 7 chances to guess a word. when you guesses correct character your chance will not be counted when you gives wrong character your chance will be reduced by one. Guessed words are deleted from the alphabet. It gives you a warning when you guess the letters that are not found in the word and does not reduce your guess count.
If you have any feedback, please contact me at e.canbolatlnx@gmail.com