After each guess is submitted, the result for that guess will be displayed in the table.
The evaluation is as follows:
Assuming the secret number is 4309
# | Guess | Explanation |
---|---|---|
8561 | 🟠 | None of the guessed digits are in the secret number |
1234 | 🟡🟡 | Two of the guessed digits are in the secret number, but none are in the correct position |
2789 | 🟢 | One guessed digit is in the secret number, and it is in the correct position |
3749 | 🟢🟡🟡 | Three guessed digits are in the secret number, one is in the correct position, and two are not in the correct position |