Implement Difficulty Levels
- Linguagem predominante
- C++
- Estrelas
- 1
- Forks
- 5
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
The code currently has placeholders for setting the bounds and max attempts for each difficulty level (Easy, Medium, Hard). Implement the correct values for these difficulty levels:
Easy: Range 1-10, 5 attempts.
Medium: Range 1-50, 7 attempts.
Hard: Range 1-100, 10 attempts.
Acceptance Criteria:
Update the switch statement to set lowerBound, upperBound, and maxAttempts for each case.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Find the switch statement for difficulty levels in the codebase, likely in a main game logic file. Update the 'Easy', 'Medium', and 'Hard' cases to set lowerBound, upperBound, and maxAttempts as specified. Compile and run the program to test each difficulty level.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- cpp
- Domínio
- cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 85/100