thesilican / duotrigordle

Play 32 wordles simultaneously
https://duotrigordle.com/
58 stars 45 forks source link

Daily Duotrigordle #729 Board 10 #137

Closed grantalewis closed 6 months ago

grantalewis commented 6 months ago

https://github.com/thesilican/duotrigordle/assets/9505044/81ff3260-733c-44db-bf92-75c4e54e5ab7

Description The word turns white when adding the final R in EAGER (expected behavior). The words LAGER, RAGER and JAGER turn yellow when adding the final R which is unexpected since the right letters are in the right positions, eligible letters are being selected, and the words themselves are valid. It seems that LAGER, RAGER and JAGER should also display in white.

Steps to Reproduce See attached video.

Screenshots See attached video.

Additional Context none

thesilican commented 6 months ago

There's both a green and a yellow E in SHEEP, thus the solve hint algorithm knows that the word must contain at least 2 Es, which is why LAGER, RAGER and JAGER turn yellow.

grantalewis commented 6 months ago

Ah, this makes sense! Thank you. Closing the bug report.