/Hangman

This Python code implements the classic Hangman game. You're presented with a hidden word represented by a row of underscores. Your goal is to guess the word letter by letter, revealing the correct ones in their positions. With each incorrect guess, you lose a life.

Primary LanguagePython

No issues in this repository yet.