7xGit / 7xGit/7xGit_Task2

Complete Guess Feedback

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
C++
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Description

The conditions for feedback on the player's guess are not filled in. Complete the conditions to check if the guess is too low or too high.

Acceptance Criteria:

Implement the conditions to check if guess < secretNumber for "Too low" and guess > secretNumber for "Too high".

Contributor guide

No contributing guide indexed for this repository

Research direction

Look for the function that handles guess feedback, likely in a main game loop or a specific feedback function. The secretNumber and guess variables should be present. Add the conditional checks for 'Too low' when guess < secretNumber and 'Too high' when guess > secretNumber. Run the program to test the feedback.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
85/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.