Wordle code and data downloads
Code
- Tree enumeration code (in C), including machine-readable decision trees:
- Tree exploration / Wordle solver (js):
tree_solve.html
- Tree data (js):
Human-readable decision trees
- NYT Regular:
nar.txt
- NYT Cheat mode:
ncr.txt
- NYT Hard mode:
nah.txt
- NYT Cheat+hard mode:
nch.txt
- Original Regular:
ar.txt
- Original Cheat mode:
cr.txt
- Original Hard mode:
ah.txt
- Original Cheat+hard mode:
ch.txt
Format: depth pattern word
depth
: guess number, starting at zeropattern
: follow this branch if game answer matches patternG
: “green”, letter matches target word in same positiony
: “yellow”, letter present in target word in other position.
: gray, letter not present in target word*****
: follow this branch regardless of game answer
word
: play this word as a guess