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

Hangman game is developed #1312

Closed
wants to merge 3 commits into from
Closed

Conversation

ANKITy102
Copy link
Contributor

@ANKITy102 ANKITy102 commented Oct 6, 2023

Description
I have developed and thoroughly tested the Hangman game, and it's fully functional and ready for review.

Game Features:

  • Hint Display: Users are presented with a hint for the word they need to guess.
  • Word Guessing: Users are required to guess the word based on the given hint.
  • Incorrect Guess Handling: Incorrect guesses lead to the gradual creation of the hangman figure.
  • Loss Condition: If the hangman figure is completed, the user loses the game.
  • Win Condition: Upon successful completion, the user can reset the game and receive a new word to guess.

I am in the process of creating a pull request for this feature. Your feedback is welcome!


Fixes #1297

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Screenshots or example output

image
image
image
image

This commit add an play to the repository. This is Hangman in which user have to guess the word and hint will be provided. With each wrong guess a part of the hangman figure forms and if the hangman figure forms completely than user loses.
This commit add an play to the repository. This is Hangman in which user have to guess the word and hint will be provided. With each wrong guess a part of the hangman figure forms and if the hangman figure forms completely than user loses.
@vercel
Copy link

vercel bot commented Oct 6, 2023

@ANKITy102 is attempting to deploy a commit to a Personal Account owned by @reactplay on Vercel.

@reactplay first needs to authorize it.

@netlify
Copy link

netlify bot commented Oct 6, 2023

‼️ Deploy request for reactplayio rejected.

Name Link
🔨 Latest commit 71be5a9

@ANKITy102 ANKITy102 closed this Oct 6, 2023
@ANKITy102 ANKITy102 deleted the hangman-game branch October 9, 2023 08:33
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

Successfully merging this pull request may close these issues.

[Add a Play]: Hangman Game
1 participant