Guessing a word with a repeating letter will cause all instances of that letter to turn yellow, even if the letter appears only once in the answer
JamesL813 opened this issue · 3 comments
JamesL813 commented
For example, if the answer is "apple" and I guess "panda", both "a"s will be yellow rather than just one instance. Also if the word is "apple" and I guess "aroma" the first "a" will be green and the second "a" will be yellow.
Both of these scenarios could lead people to believe there's more than one of a certain letter when there isn't
ivanjermakov commented
Yes, I'm aware of this bug. Second case is obvious, but regarding the first one, what would official Wordle show in this case?
JamesL813 commented
It would highlight the first instance of the letter or the first n instances if the letter appears n times
ivanjermakov commented