Skip to content

Commit 07c79f5

Browse files
committed
update
1 parent c0a46f8 commit 07c79f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h2 class="font-niceserif text-2xl text-slate-800 font-semibold">Solving Wordle
154154
words = load_dictionary(dictionary_path="/usr/share/dict/words")
155155
</code></pre>
156156

157-
Now that we have loaded the dictionary, cleaned up invalid characters and removed plurals (Wordle only uses singular words for answer words), we can add
157+
Now that we have loaded the dictionary, cleaned up invalid characters and removed plurals (I've found that Wordle only uses singular words for answer words, if you found otherwise let me know!), we can add
158158
constraints to force the solver to pick only legal words.
159159

160160
<pre><code class="language-python">def add_legal_words_constraints(solver, words, letter_vars):

0 commit comments

Comments
 (0)