Settings

Theme

Binary Wordle

wordle.chengeric.com

262 points by eh8 10 months ago · 139 comments

Reader

AmsterErdo 10 months ago

I think I don't get it... since it's binary, it can always be guessed in two attempts?

tylerchr 10 months ago

My wife took one look at this and said “It’s not Wordle if it’s all binary—it’s Digitle.”

igitur 10 months ago

I'm waiting for the NY Times to sue this one too.[1]

[1] https://apnews.com/article/new-york-times-wordle-clones-take...

umvi 10 months ago

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...)

Aissen 10 months ago

I love that someone went all the way to write and publish this joke. Keep hacking!

patrakov 10 months ago

Step 1: Guess 00000.

Step 2: Replace all grey cells with 1s.

asimovDev 10 months ago

https://horsle.glitch.me reminds me of this

abotsis 10 months ago

Yea, it’s too easy. Maybe if it were a “guess the number” but in binary? Hints are just “too high” or “too low”?

…though now that I’m playing it in my head that’s too easy too. (Start at MSB and shift right if too high and add bits if too low)…

Maybe if you reduced the number of guesses to 5 that’d add enough chance to make it fun?

  • TheDong 10 months ago

    It's not supposed to be fun or hard, it's supposed to be funny. It's absurdist humor.

zck 10 months ago

I also made some number-based wordle-variants, which I call "numberdle". I found that it was hard to come up with good ways of guessing because wordle has the restriction that most combinations are invalid. You won't ever have to guess xwqqf, because that's not an English word. And more importantly, guessing some letters gives you information about the other letters. If you find out three letters, and have the target as _a_ts, you can use that to figure out the other two letters.

But if you need to guess a number, and you know it's _5_34, having three correct digits don't help you figure it out.

So I made some variants where guessed values do help you figure out the correct answer.

In rationerdle (https://zck.org/numberdle/?variant=rationerdle), you have to guess a rational number x/y, where both x and y are between 1 and 99, inclusive. It displays the rational number you actually guessed, and whether x and y separately are too high or too low.

In factordle (https://zck.org/numberdle/?variant=factordle), the player has to guess the factors of a target number.

In formuladle (https://zck.org/numberdle/?variant=formuladle), there is a graphed straight line, and the player has to guess the mx+b formula that graphs that line.

I would like to make more, but didn't have any other great ideas when I ran out of interest.

James-Livesey 10 months ago

If anyone's in need of a hexadecimal version... https://jamesl.me/hexle/

I similarly made a binary one before this version, but unsurprisingly, a lot of people said they found it too easy!

NoSalt 10 months ago

I did it in two attempts ... read it and weep, suckas!

mulmen 10 months ago

Got it in 10.

NotAnOtter 10 months ago

This delivers on the title but I wonder if you could tweak it to make it an actual game without wildly overcomplicating it.

Maybe make the string much longer, like 10 bits, and the game only matches on substrings longer than 3. 000...000 would generally return no matches.

That's still probably solvable with superpermutations but wordle is "solvable" with a dictionary, so don't let perfect be the enemy of "better than 2 guess bordle"

thehours 10 months ago

Feedback: I'm unable to input with keyboard after typing anything but '0' until a full refresh (and selecting the input area with mouse).

  • Jtsummers 10 months ago

    You may not need the refresh, with Safari I have to select the game board again after focus is moved by clicking "play again".

lazerman 10 months ago

The number of guesses should be written in binary too!

bitwrangler 10 months ago

I like the UI and cute idea, nice animation. great way to learn xor $FF haha.

nikkaelle 10 months ago

Feature request: a "share" button, à la base-26 Wordle.

dhsysusbsjsi 10 months ago

I guessed 00000 and won first go!

soneca 10 months ago

I guessed my first game in the first attempt! (10011)

kylec 10 months ago

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

  • selcuka 10 months ago

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

clocker 10 months ago

Nice game. I got the answer in 1 try in my first attempt!

https://imgur.com/a/W4OjObH

bentt 10 months ago

If this kind of troll app is what we can expect from our vibe coded future, then I'm all for it.

meindnoch 10 months ago

It's not wordle. It's bytle.

HenryBemis 10 months ago

So....

1st line, all zeros. It shows me where the zeros are.

Well.. that's it. Any non-zero is a 1.

So.. finished on the second line.

Am I the only one?

  • morcus 10 months ago

    Yeah, it's definitely meant to be a joke.

    You also don't need to start with all zeros, any input will allow you to finish on the second try.

  • IAmBroom 10 months ago

    That didn't get it?

    No, sadly.

citizenfishy 10 months ago

Isn't this just Mastermind?

  • maaaaattttt 10 months ago

    Apologies for opening a tangeant on a tangeant, but am I the only one who thinks there are 2 levels of playing master mind (and therefore wordle)? Easy level, you let the player know exactly which spots are correctly placed and which ones are there but incorrectly placed. Hard level, you let the player know only that some are correctly placed and some are there but incorrectly placed without identifiying which ones. I personnaly don't enjoy the easy level when playing mastermind, but I do enjoy the hard version which is much more investigative and in my opinion triggers the same brain process as when I'm debugging code.

    • madcaptenor 10 months ago

      I don’t think I’ve ever seen Wordle implemented in what you call “hard level”. But there’s no reason it couldn’t be.

  • zaik 10 months ago

    No, this is much simpler.

  • jansan 10 months ago

    More like Minionmind.

NooneAtAll3 10 months ago

recently I encountered a game that had "wordle, but with numbers" as one of its puzzles

https://semenar.itch.io/lost-in-space

lo_zamoyski 10 months ago

Why 5 rows? Just have two.

seabass 10 months ago

I love that not only are the inputs binary, but so are the results.

sarmadgulzar 10 months ago

So, this can be solved in at least one and at most two attempts.

neuroelectron 10 months ago

I see what you did there

kcaseg 10 months ago

Bit masking : the game

drdec 10 months ago

With this game, there is no try. There is do or do not.

celticninja 10 months ago

Isn't it always possible to get this on guess 2?

sidcool 10 months ago

It should be solvable in no more than 2 moves.

itishappy 10 months ago

Is it possible to get yellow cells?

  • Jtsummers 10 months ago

    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.

october8140 10 months ago

Got it. Second try.

alloysmila 10 months ago

only two attempts are ever needed :-(

schindlabua 10 months ago

Hilariously dumb

nicwolff 10 months ago

I, uh, got it in two. Is it creepy that the answer is my ZIP code?

odo1242 10 months ago

I somehow got lucky and guessed the answer in just one try lol

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection