Hangman

by Sasikala B

Description

I have designed a "GUI hangman game" using canvas, Tkinter properties of Python. This game of hangman lets players to guess one letter at a time (max 10 guesses) to solve a random word puzzle. The screen has a label (to accept user's input), remaining guesses (number of remaining guess at any point in game), already guessed letters (displays a list of incorrect guesses that you have made so far). Hope you like it!