mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 21:46:11 +00:00
[FEATURE]Hangman - The classic word guessing game #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anindyasen on GitHub (Sep 30, 2022).
Originally assigned to: @anindyasen on GitHub.
Detailed description
Implementation of the popular hangman game in C as a part of games in the repository. Hangman is word guessing game where the program will randomly pick a word from a word pool and represent it's letter in dashes"_ _ _". Now the user has to guess the right word within a particular number of chances.
Context
This Hangman game is a good example of user-define data structure. A hash table where alphabets are key and the index at which that alphabet is present in the word are its value.
Possible implementation
Additional information
No response
@anindyasen commented on GitHub (Oct 1, 2022):
Hi @palaniappan-r I am planning to work on this issue. I raise this bug to get maintainers/reviewers opinion on if this idea can be merged in C/games folder.
Thank you,
@Panquesito7 commented on GitHub (Oct 3, 2022):
Great explanation. Feel free to work on it. 🚀
Before submitting a PR, please ensure the following:
@JKP0495 commented on GitHub (Oct 6, 2022):
please assign this to me, i will do it in a day...please, i am good at making this type of games
@ayushsinghh039 commented on GitHub (Oct 19, 2022):
This sounds intimidating !!
This will be a great opportunity for me to contribute to this. There are some changes that can be made in the conventional game.
Give me a chance to contribute to this !!
@github-actions[bot] commented on GitHub (Jan 6, 2023):
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@github-actions[bot] commented on GitHub (Jan 13, 2023):
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!
@CascadingCascade commented on GitHub (May 1, 2023):
I guess it's safe to finally close this now, yeah?