From 914ad8a362372ed27201a1e2b0fe74815ad0527f Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Thu, 11 May 2023 14:26:44 -0400 Subject: [PATCH] Add some explanation on how to use it --- wordle.htm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wordle.htm b/wordle.htm index f05c61a..42713fc 100644 --- a/wordle.htm +++ b/wordle.htm @@ -247,5 +247,11 @@ var chosen_words = []; log:
+ +

How to use

+

1. Initialize the solver by pressing the Initialize button. This causes it to precompute this large (~220 MB) array of values

+

2. Use "Find best" to choose a word for you or enter in your own choice of word, and press Submit word. Submit this word in Wordle as well

+

3. Click on the letters of the word to match the results of what was matching according to Wordle. Hit confirm when it matches the colors of the word in Wordle. This will cause the solver to eliminate words that are no longer possible. If there was an error in the color pattern you can hit Back to remove the last confirmed word, and reenter it.

+

4. Repeat steps 2 and 3 until you win, which should be in around 4 steps