Live data from Hacker News

Binary Wordle

wordle.chengeric.com

81–90 of 140 posts

Re: Binary Wordle

#83
post #82
post #79

Earlier quoted context omitted.

Well… https://en.wikipedia.org/wiki/Word_(computer_architecture)

5 bits would be a weird size for a word.

I don’t think the parent’s argument would change if he had made an 8-bit Wordle.

Re: Binary Wordle

#88

Is it possible to get yellow cells?

Use a mix of 0s and 1s, if the answer is "00110" and you put in "11000" you'll have 4 yellow and 1 green. If you use only 0s or only 1s for your first guess, you'll just get green and grey, no yellow.

Huh, surprisingly difficult to get. Took me 8 or so attempts.

Re: Binary Wordle

#89
post #44
post #2

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

This is obviously improper. The valid strategy for this game unfolds as follows. Step 1: Guess 11111. Step 2: Replace all grey cells with 0s. Thank you for your careful consideration.

If you start with 0's you save a small amount of electricity. 1's use up more electricity - any electronic engineer will agree.

Re: Binary Wordle

#90
post #20
post #2

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

Step 1: Guess anything Step 2: Flip all the non green cells.

afaik, guessing anything not 00000 or 11111 at first step will lead to an optimum strategy of 3 steps. because you introduce possible "right digit at wrong place" as a third state.

guessing 00000 or 11111 removes that third state and leaves you with simple substitution of wrong cells, which leads to an optimal 2 step strategy.

but obviously the shortest strategy is just guessing it right on the first try :D lol

Post reply on HN