This project is a simple implementation of hangman, a multiplayer game where a selecting player selects a word and and guessing players guess the word letter by letter. If the player guesses the word within 6 failed attempts, the player wins, else the player loses.
This is a computer vs guessing player program.
Credits: Real Python
This project is a part of Real Python's Tutorials. Follow the below link to find the tutorial