Objective:
Guess the randomly generated 4 digit code.
Rules:
- Each guess must consist of 4 numeric characters.
- Numbers may be used more than once!
- You win only if your guess is an exact match.
- You lose if you fail to guess the code under 10 guesses.
-
Indicates a number is in the correct place.
-
Indicates a number is part of the code, but not in the right position.
-
Doesn't consider how many times a number exists in the code.
-
Indicates a number is not part of the code.