Skip to content

Comments

Add hangman game#13687

Closed
HumaimaRiaz47 wants to merge 5 commits intoTheAlgorithms:masterfrom
HumaimaRiaz47:add-hangman-game
Closed

Add hangman game#13687
HumaimaRiaz47 wants to merge 5 commits intoTheAlgorithms:masterfrom
HumaimaRiaz47:add-hangman-game

Conversation

@HumaimaRiaz47
Copy link

Describe your change:

Describe your change:
Fixes #13304

Describe your change:
Add an algorithm?
I have added a Hangman game implementation in Python.
It allows the player to guess letters with a limited number of tries.
The code follows Python naming conventions and includes doctests.

Checklist:
I have read CONTRIBUTING.md.
This pull request is all my own work.
This PR only changes one algorithm file.
The file is in the correct folder (e.g., other/hangman_game.py).
The filename and variables follow Python naming rules.
Type hints and doctests are added.
Added at least one URL explaining Hangman: https://en.wikipedia.org/wiki/Hangman_(game)".

@algorithms-keeper
Copy link

Closing this pull request as invalid

@HumaimaRiaz47, this pull request is being closed as none of the checkboxes have been marked. It is important that you go through the checklist and mark the ones relevant to this pull request. Please read the Contributing guidelines.

If you're facing any problem on how to mark a checkbox, please read the following instructions:

  • Read a point one at a time and think if it is relevant to the pull request or not.
  • If it is, then mark it by putting a x between the square bracket like so: [x]

NOTE: Only [x] is supported so if you have put any other letter or symbol between the brackets, that will be marked as invalid. If that is the case then please open a new pull request with the appropriate changes.

@algorithms-keeper algorithms-keeper bot added the awaiting reviews This PR is ready to be reviewed label Oct 22, 2025
@HumaimaRiaz47 HumaimaRiaz47 deleted the add-hangman-game branch October 23, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviews This PR is ready to be reviewed invalid

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hangman game program in python

1 participant