wordle_clone icon indicating copy to clipboard operation
wordle_clone copied to clipboard

Game Reset Button

Open BT-H opened this issue 2 years ago • 0 comments

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:

BT-H avatar Feb 05 '23 21:02 BT-H