What are you using for a word list? I made my own wordle in g'dot (https://ngreend.itch.io/termdle ) and ended up cobbling together several lists I found that turned out alright, but not perfect.
Can't exactly tell from where anymore since I've taken a few months of a break from gamedev until I picked this back up, but I remember it was called "10000 google english" or something on github and I made my own lists with that.
- There should be some feedback that a letter is not in the word. I had a first row that had no matches and it looked like a bug rather than a complete miss. Functionally it did work correctly.
If a letter is not in the word it's just not highlighted, like in the regular wordle.
Not sure what UI bug you mean but I have observed the entire window having less width on Windows 11 for some reason even though it's a static fixed number. Not sure what's going on there but I'll have a look, thanks for the feedback!
Comments
SWORD
SWEAT
SWEET
What are you using for a word list? I made my own wordle in g'dot (https://ngreend.itch.io/termdle ) and ended up cobbling together several lists I found that turned out alright, but not perfect.
Can't exactly tell from where anymore since I've taken a few months of a break from gamedev until I picked this back up, but I remember it was called "10000 google english" or something on github and I made my own lists with that.
Works well enough- it's a Wordle that wordles.
- There should be some feedback that a letter is not in the word. I had a first row that had no matches and it looked like a bug rather than a complete miss. Functionally it did work correctly.
- A small UI bug
If a letter is not in the word it's just not highlighted, like in the regular wordle.
Not sure what UI bug you mean but I have observed the entire window having less width on Windows 11 for some reason even though it's a static fixed number. Not sure what's going on there but I'll have a look, thanks for the feedback!