Pokémon Isogram
Console Game
My first C++ project
Isogram:
Also known as a 'nonpattern word' is a logological term for a word or phrase without a repeating letter.
Objective:
Guess the Pokemon's name before the attempts are exhausted.
-----------------------------------------------------------------
How to play:
- Write down a Pokemon Name and press Enter key.
- Every valid guess will show a result.
- 'Match' is when the letters are at the same position of the correct answer;
- 'Close' is when the correct answer contains the letters of the guess but not at the same position.
- You can also type 'hint', without quotes, for a helpful hand.
- Be careful, as it consumes one try.


