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