yyx990803 / vue-wordle

Wordle built with Vue, aka VVordle
https://vue-wordle.netlify.app/
584 stars 185 forks source link

The case for double occurrence #3

Closed mmhamdy closed 2 years ago

mmhamdy commented 2 years ago

Hi 👋 Thanks for the awesome demo! I was curious about how Wordle deals with double occurrence of a letter in a word, didn't encounter such case. But I did encounter one here and it's confusing... vvordle According to the first and second tries, there should be 2 "e" in the final word, but there was only one.

yyx990803 commented 2 years ago

Yeah, this has already been fixed in the latest deployed version.

zhangenming commented 2 years ago

How do I feel the original is more intuitive... https://github.com/yyx990803/vue-wordle/issues/7

According to the first and second tries, there should be 2 "e" in the final word, but there was only one.

I don't think there's a problem with that TE(green)E(yellow)TH first green E, representative E Exist and be right posstion.. second yellow E, representative E Exist but not be right pos

I think it's better to keep the original Do you think?