7xGit / 7xGit/7xGit_Task2

Complete Guess Feedback

未关闭 适合新手
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement good first issue
主要语言
C++
星标
1
派生
5
PR 合并指标
30 天内没有已合并 PR

描述

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".

贡献指南

这个仓库没有索引到贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
cpp
领域
cli
Issue 类型
缺陷
难度
1/5
预计耗时
1 小时以内
活跃度
停滞
描述清晰度
描述清楚
新手友好度
85/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。