The HangMan Game - Pycharm - Code in Place

by Alexis S

Description

This project is the HangMan game. Using a list of words, selected randomly by the program, the user must guess letter by letter until writing the correct word. The play has 5 chances to win, each fail will print a part of the body of the hangman. In case the player wins, it will pop up a canvas showing: YOU WIN. In case the player loses, a canvas with the message: YOU LOSE + the correct word, will appear. Enjoy.