wordle_clone
wordle_clone copied to clipboard
Hello i tried to make a translation i added the words on the words.js and i also changed the letters of the keyboard on the index.html and it doesn't work....
Hi. Could you add a license to this repo? See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository. I was thinking to use this as a basis for a language learning app. Thank you for considering! The...
Suggestion to add a game reset button. I'd be glad to do it if you agree and assign it to me. JS: if (key == "Reset Wordle") { location.reload(); return...
To avoid being limited to 5 letter words, I declared a new variable `rightGuessLength` which takes into account the length of the correct answer to generate the cells in the...
I propose to disable the buttons when the game is over for UX reasons
In a guess that contains two of the same letter where one letter exists in the finished word, the code labels the first instance of the letter, and therefore, even...