Skip to content

Lithika1029/hangman_gamme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages