Live data from Hacker News

Binary Wordle

wordle.chengeric.com

31–40 of 140 posts

Re: Binary Wordle

#33
Binary is too easy, but hex can be tricky. I made a hex-based wordle puzzle for my programming game where you have to guess an 8-digit hex string in as few as 6-12 guesses using wordle mechanics... called the level "dwordle" :)

(video from like 3 years ago: https://www.reddit.com/r/Unity2D/comments/sq4anb/i_added_a_w...)

Re: Binary Wordle

#35
post #11
post #2

Step 1: Guess 00000. Step 2: Replace all grey cells with 1s.

I think it's actually possible to win on the second guess with any initial input. Or at least I did it a handful of times..

Yes. Yellow and grey mean exactly the same thing in this game: Flip it.

Re: Binary Wordle

#38
post #17

Got it in one on my second game! Felt pretty good till I realized that's like 1/32 chance.

The probability of getting it right at least once in your first 2 attempts is even higher (6.15%).
Post reply on HN