Add some explanation on how to use it

This commit is contained in:
Kelvin Ly 2023-05-11 14:26:44 -04:00
parent 37ade8158d
commit 914ad8a362
1 changed files with 6 additions and 0 deletions

View File

@ -247,5 +247,11 @@ var chosen_words = [];
log:
<!-- TODO show a sorted list of all the valid words or all the best words to guess with -->
<div id=log class=log></div>
<h1>How to use</h1>
<p>1. Initialize the solver by pressing the Initialize button. This causes it to precompute this large (~220 MB) array of values</p>
<p>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</p>
<p>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. </p>
<p>4. Repeat steps 2 and 3 until you win, which should be in around 4 steps</p>
</body>
</html>