Hacker News new | ask | show | jobs
by sdfgdfghj 1602 days ago
Not to dismiss your work, but you can simply use developer tools and find the "solution" in the local storage. I was wondering how they made it scale, and I noticed that there are no network requests going to a backend service to check the guesses, then it was easy to find where is stored on the client side ;)
1 comments

At the same time you must have went one step further, which is to find how they do the hashing to get the next word based on the current date (that's to tell the word for tomorrow), so well done.
Yup, that dev tools method is exactly where I got the answer bank from!