jarreed0 / wordle

wordle game, c++ & sdl2, go & ebiten
6 stars 0 forks source link

Sometimes doubles confuse green hints #1

Open StevenACoffman opened 2 years ago

StevenACoffman commented 2 years ago

The word was "areae" but several of my guesses had letter colored as yellow that should have been green based on their position. I think this has to do with multiple occurrences of the same letter in the final word.

tomml commented 2 years ago

Check this out: https://jonahlawrence.hashnode.dev/why-most-wordle-clones-are-wrong

jarreed0 commented 2 years ago

hey sorry just saw this? are you trying the c++ or go version? the c++ version isnt 100% complete

StevenACoffman commented 2 years ago

https://thechamps.co/wordle/ was where I encountered the problem.