Hacker News new | ask | show | jobs
by returningfory2 1625 days ago
A word of warning for anyone inspecting the Wordle source code: the answers for each day are stored in a list ordered by day. If you search for today's answer, the next word in the list will be tomorrow's answer, etc. Be careful not to ruin the fun by seeing tomorrow's answer in advance!
2 comments

And def don't run `(new wordle.bundle.GameApp()).solution` in your browser console; you'll only be cheating yourself.
You can also see the solution and various other points of pertinent data stored as a JSON string in your localStorage without having to dive into code.