Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 841 Bytes

Hangman Game

Welcome to the Hangman game repository! This is a simple Python-based implementation of the classic word-guessing game known as Hangman. The game is designed to be easy to play and fun to challenge your word-guessing skills!

Features:

  • Random word selection from a list of words.
  • A visual representation of the hangman as incorrect guesses accumulate.
  • Real-time updates of the current state of the word and remaining attempts.
  • User-friendly interface through the terminal.
  • Keeps track of correct and wrong guesses.

How to Play:

  1. The game will pick a random word from a predefined list.
  2. You will be prompted to guess a letter.
  3. For every incorrect guess, the hangman drawing will progress.
  4. The game ends either when you guess the word correctly or run out of attempts.

Example of Hangman Art: