Nice idea but a major bug
Sometimes the interface prevents the player from entering the correct answer when there are two of the same character in an answer. Apparently there is a logical error in the programming. That’s a disqualification for a logical puzzle game. It’s been noted before but not fixed.
Response from developer
Thanks for the feedback!
Good idea but code logic is flawed
Exists a bug where as long as two of the same characters exist in the colour code string when making a guess, the game prompts the user with the “there are no double values” message. However, duplicate characters in colour might actually exist.
Suggested fix: only prompt for “no double values” if the same character is not repeated in the string AND the same characters does not appear twice in a row, I would guess the current logic has that statement set to an OR comparison
Suggested fix: only prompt for “no double values” if the same character is not repeated in the string AND the same characters does not appear twice in a row, I would guess the current logic has that statement set to an OR comparison
Show more
Response from developer
Thanks for the feedback!
