Skip to content

This Python Hangman game selects a random fruit name and lets the user guess letters. Players have limited chances based on word length. Correct guesses reveal letters; repeated or invalid inputs are handled. The game ends on correct word guess or when chances run out. Uses `random` and `collections.Counter`.

Notifications You must be signed in to change notification settings

Ayan03092005/Hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

This Python Hangman game selects a random fruit name and lets the user guess letters. Players have limited chances based on word length. Correct guesses reveal letters; repeated or invalid inputs are handled. The game ends on correct word guess or when chances run out. Uses `random` and `collections.Counter`.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages