GiovanniBruno22/PythonBeginners

Add Hangman game

Closed this issue · 0 comments

Hey! Does anyone feel like creating a Hangman game? Can either be as a game with pygame, a UI game with QT/tkinter or a simple terminal game with ASCII art. The game would pick a random word from a list then let the player guess the letters in it. Every time the player guesses a wrong letter, part of a picture of a person being hanged is drawn, and if the picture is completed the person guessing has lost.