GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

Add Hangman game #15

Closed GiovanniBruno22 closed 1 year ago

GiovanniBruno22 commented 1 year ago

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.