Complete Guess Feedback
未關閉
適合新手
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