Skip to content

Anooj5/Hangman_game-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕹️ Hangman Game

A classic Hangman game built in Python (or whatever language you used). The game selects a random word, and the player must guess it one letter at a time before they run out of chances!

🎯 Features Random word selection from a predefined list User-friendly input prompts ASCII visuals to show hangman progress Tracks wrong guesses Win/Lose conditions with replay option

🚀 How to Play The game will randomly pick a secret word. Guess one letter at a time. You have limited attempts before the hangman is completed. Try to guess the word before it's too late!

🛠️ Technologies Used Python (or your language) Console/Terminal for I/O

📁 How to Run

If Python

python hangman.py Make sure you have Python installed. Open terminal, navigate to the project folder, and run the command above.

📸 Example Output


Guess a letter: a Good guess! _ a _ _ _

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages