Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Hangman game using ARRAY and STRING manipulation in C #606

Open
gurramtejaswini opened this issue Nov 19, 2024 · 0 comments
Open

Comments

@gurramtejaswini
Copy link

Hello @thepranaygupta,

I would like to add hangman game to this repo as it will we helpful for my academics as contributing to Open source projects it is one of my task to be done towards my course completion.

Game description:
The hangman game is a guessing game where the user guesses letters until they figure out what the secret word is. In most versions of the game, the user has 6 chances to guess the correct word. For each incorrect guess, a part of the hangman is drawn. If the user fails 6 times, the hangman is complete, and the user loses. If the user knows the secret word, they keep guessing the correct letters until the word is complete, which results in a win.

Example of hangman game: after 6 attempts, the hangman is complete and the user loses the round.

Kindly, Please assign this issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant