Complete Guess Feedback
- Linguagem predominante
- C++
- Estrelas
- 1
- Forks
- 5
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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".
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- cpp
- Domínio
- cli
- Tipo de issue
- Bug
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 85/100