Skip to content

rayak25/Python-Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Hangman Game

A classic text-based Hangman game implemented in Python.


Gameplay

  • The game selects a random word.
  • Players try to guess the word letter by letter.
  • Each wrong guess reduces the number of remaining attempts.
  • The game ends when the player guesses the word correctly or runs out of attempts.

Features

  • Random word selection from a predefined list
  • Tracks letters guessed by the player
  • Displays remaining attempts
  • Simple and interactive terminal interface
  • Beginner-friendly implementation to learn Python basics

Tech Stack

Python 3 Standard library (no external dependencies)


Author

Developed by: [Ramya Pathak]


License

This project is open-source and available under the MIT License. Feel free to use, modify, and share it for learning purposes.

About

Classic Hangman game implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages