6 ms·
I am planning to add a third color for the correct piece, but wrong move. Just need to find out what to do if it _also_ yellow. Maybe show both colors? I'll fig
by Assioss 4y ago
I am planning to add a third color for the correct piece, but wrong move. Just need to find out what to do if it _also_ yellow. Maybe show both colors? I'll figure out something. Thanks for the feedback!
- Misdicorl 4y agoI'd suggest that the current yellow isn't very useful. Right piece wrong move=yellow seems much closer to the spirit for me
- mjs7231 4y agoI was actually in the opposite boat. Right move, wrong time was intuitive and I would be lost if a box was yellow and I actually made a wrong move. Maybe "right piece wrong move" could be a yellow outlined box with grey inside or something.
- navan 4y agoI have seen some other language wordles use yellow or green coloring of upper diagonal part when the consonants is right but wrong sound. That could be an approach. See how to at https://solladal.github.io/wordle-tamil/ https://solladal.github.io/wordle-tamil/. (I don't think there is translation. But pictures should give the idea)
- Assioss 4y agoThat's what I went with. I have implemented this feature now: https://user-images.githubusercontent.com/1413265/180040056-3b06b394-8ca0-4c7b-8793-9bcca5a68a88.png https://user-images.githubusercontent.com/1413265/180040056-..., but haven't deployed it yet. Thanks for the suggestions!