-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hex64 words with H failing #13
Comments
It looks like it's expecting lowercase - so Horse (SG9yc2U=) will not work but horse (aG9yc2U=) will work. |
I worked around this by adding in a game link generator at the bottom of the app page that forces the word to be all lowercase before encoding: https://turdlegame.netlify.app/ In Game.vue, I put the component right under the Keyboard component. LinkGenerator.vue:
I also built in results sharing. I haven't made the repo public yet because this is my first time tinkering with Vue3 and Vite, the code is ugly, and I need to fork it correctly. But will post the repo link here when I do. |
https://vue-wordle.netlify.app/?SG9yc2U=, for example, does not accept horse as its answer, but shows green boxes for the last four letters. Haven't been able to find out what it's misinterpreting the H as.
The text was updated successfully, but these errors were encountered: