Open damoleon opened 2 years ago
I'm not seeing any words with accented vowels, e.g. passé. That's suspicious.
I would prefer the list to be utf-8 encoded and lowercased (even though the letters are displayed in the upper case, app internally operates with lower case letters). It's perfectly fine to use accented and all kinds of weird language specific characters.
wordle-tool will remove all the spaces, newlines etc. and convert the source text files to the target encoding (presumably windows-1252) when it generates words
and xwords
files that will be actually loaded by the app.
And what do you think about this keypad layout for French?
Yes the keyboard is fine, although the "enter" key at the left side is not intuitive imho. Regarding accentuation , it's generally not used in french for this kind of games. See https://www.youtube.com/channel/UCDfg9spaooHe29Lk_imC9LQ https://sutom.nocle.fr/# "passe" and "passé" are two different word. Both would be accepted.
So, if you think there's no need for accented characters. Then I'll remove those from the keypad.
I just pushed a WIP branch https://github.com/monich/harbour-wordle/issues/5 so that you get an idea how it's going to look like.
Hello,
I'm attaching two files hoping that they could be use to add french dictionary. Thanks in advance words-fr.zip e
I think words
and xwords
are inverted... or maybe I miss something.
"To make a dictionary, you basically need two lists of 5-letter words. One (called words) contains the words to be guessed, and the second one (xwords) is the list of the additional words that can be used for checking." from openrepos So I don't think they are inverted. The list can be improved though, for sure. It was a draft to see if it was possible to add french. I'll be happy to discuss, improve the list of words to be guessed :) There was a typo with "zombi" in the words one. I upload a new one here with all words lowercase words2.txt .
OK, I pushed that to master.
Great ! Thank you very much :) ! Is there a way to easily improve the list of words ?
Here is the workflow which I had in mind
Or you can just modify the source .txt files and submit just that. I can do the rest.
sorry you lost me ;) I'd go for the last option "Or you can just modify the source .txt files and submit just that. I can do the rest." :) Now how do I modify and then submit the source .txt file ? here : Or I simply upload here as a comment the updated .txt file ? (I won't update it every day ;) I just don't want to break anything of your work ;) Sorry I'm not a dev and not familiar with github processes :/
I mean something like this:
But if you're not comfortable with git, you can download the current words.txt (or xwords.txt), modify them, create an issue and attach the files. That would work too, but in this case I'd have to do the git magic myself. Which is not a big deal.
Hello,
I'm attaching two files hoping that they could be use to add french dictionary. Thanks in advance words-fr.zip e