Skip to content

Comment on Guess the daily Wordle in one try using the tweet distributionparent

Comments

Or you can look at the source and see the list of words. They're sequential, so you know every future word. The "Wordle 222" is actually just the 222 index into the array.

That's a real bummer. Is there any way the author can prevent this? Can he generate random indexes that don't repeat while keeping this random number generator code public?

The only way to address this would be validating the answers server-side. Any information you leak in the locally executed code can be discovered without much effort.

I think Wordle doesn't server-side validate because of volume, and also because it's a fun little game and cheating brings you nothing of value.

Wait, did Wordle start counting from 0?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.