Skip to content
New issue

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

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

Already on GitHub? # to your account

Hangman game #683

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Hangman game #683

merged 3 commits into from
Oct 5, 2023

Conversation

ANKITy102
Copy link
Contributor

@ANKITy102 ANKITy102 commented Oct 5, 2023

issue #675
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.

Screenshots:
image
image
Screenshot 2023-10-06 022134
Screenshot 2023-10-06 022152


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


**Status**
  • Code changes have been tested against prettier, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

Semantic versioning classification:

  • This PR changes the codebase
    • This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
    • This PR changes the internal workings with no modifications to the external API (bug fixes, performance improvements)
  • This PR only includes non-code changes, like changes to documentation, README, etc.

The game is developed and tested. It is working fine on the website. User have to guess the word. If user guess incorrect then parts of a hangman figure appears and if the hangman figure is fully formed then user loses. User can use the keyboard appearing on the screen or he/she can his own keyboard.
@vercel
Copy link

vercel bot commented Oct 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
million-kitchen-sink ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 9:13pm
sink ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 9:13pm

@CLAassistant
Copy link

CLAassistant commented Oct 5, 2023

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6424521727

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 25.706%

Totals Coverage Status
Change from base Build 6421877308: 0.0%
Covered Lines: 1257
Relevant Lines: 5082

💛 - Coveralls

Copy link
Contributor

@tobySolutions tobySolutions left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Good job @ANKITy102!

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

Successfully merging this pull request may close these issues.

4 participants