wordle_clone
wordle_clone copied to clipboard
Game Reset Button
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 false; }
HTML: