Reverse engineering Wordle
reichel.dev
Reverse engineering Wordle
1–10 of 67 posts
Re: Reverse engineering Wordle
#2Re: Reverse engineering Wordle
#3What I would find cool is derivation of the best strategy at any time. Just like blackjack, there should be a “best” move at all times , and it would be cool to measure yourself against that
Re: Reverse engineering Wordle
#4Re: Reverse engineering Wordle
#5I thought I would do a programmatic soltion because that was the only win I will be able to get. I did find it interesting that they had all the 5 letter words in the frontend logic.
Re: Reverse engineering Wordle
#6Re: Reverse engineering Wordle
#7The code is just minimized for prod..
The article as written makes it sound like the developer(s) intentionally wrote their code cryptically, whereas minimization for deployment is fairly standard practice
Re: Reverse engineering Wordle
#8Re: Reverse engineering Wordle
#9Re: Reverse engineering Wordle
#10I figured that was possible; from the UX it was pretty clear it’s all client side. What I would find cool is derivation of the best strategy at any time. Just like blackjack, there should be a “best” move at all times , and it would be cool to measure yourself against that