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

Feature: Add User Hint for High/Low Guess in Number Game #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

YuneshShrestha
Copy link

Description

This Pull Request adds a new feature to the existing codebase. Users can now receive hints regarding whether their guessed number is higher or lower than the target number in the number guessing game. This feature enhances the user experience by providing additional guidance.

Changes Made

  • Added _checkGuessLessOrMore function
  • Changes in package version

How to Test

  1. Navigate to go
  2. Enter a number guess in the input field.
  3. Submit your guess.
  4. Observe the feedback, which will now include hints on whether your guess is too high or too low.

Checklist

  • The code compiles and runs without errors.
  • The feature has been tested and is working as expected.
  • Proper code comments and documentation have been added.

@YuneshShrestha YuneshShrestha changed the title Add User Hint for High/Low Guess in Number Game Feature: Add User Hint for High/Low Guess in Number Game Oct 22, 2023
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.

1 participant