Solve is a guess the combination game, created to learn and improve my C++ skill.
The game will generate a random secret password, example: @##$% and your mission is to discover it using terminal input, when you try an answer the game will give you a hint and you need to improve your next answer based on that hint.
Solve just accept five characters: #@!%& any other character will not be handled and the game will give a new answer.
Red - That Character dont is in the secret password.
Green - That Character is in the secret password but in other place.
Yellow - That Character in in the secret password and correct place
- Generate secret password
- Password comparator
- Validade input
- Pass the input for password comparator
- Paint the user input with the correct colors
- Show secret password
- Show entire pipeline
- Show previous user answers and hints
- Game Options