Live data from Hacker News

Show HN: Can you lose at Wordle if you tried?

dontwordle.com

201–210 of 245 posts

Re: Show HN: Can you lose at Wordle if you tried?

#201

Seems like the best strategy is to choose words with repeat letters. For example, two great first choices would be LOLLY and SASSY. That's two empty cells that can't be used to guess.

Yeah, I guess you can prepare a set of strong (well... weak?) single-vowel words like XYLYL, URUBU, etc. for other vowels, plus the trumps of GRRRL and PHPHT and play these in sequence, undoing if you get a colored square too soon.

Re: Show HN: Can you lose at Wordle if you tried?

#202

Hello! I am the creator of Don’t Wordle. Really excited to see this took off today. I thought I would share some background about the game, some of the iterations I went through, and some of the future features I would like to add. Background: Like many others, I have been playing Wordle daily. Recently, my Wordle win streak hit 99. I was admittedly very careful with my guesses on Day 100, not wanting to ruin my stre…

> What makes a Wordle square yellow? The answer is not so simple

Well, I would say the question is poorly posed. The answer to the question as posed is simple as can be if the guess contains no duplicate letters. But if the guess does contain duplicate letters, the question as posed doesn't necessarily have any answer. It may - if all duplicates should be yellow, or if some of them should be green while all the rest are yellow, there's only one valid way to color the guess. But in the general case, you have some number of green squares, some number of yellow squares, and some number of dead squares, and you can swap yellow for dead without affecting the validity of the coloring.

So the question you should be asking is not "should this square be yellow?" but rather "how many yellow squares should this guess receive?". Then you can just choose appropriate squares to color yellow arbitrarily.

Re: Show HN: Can you lose at Wordle if you tried?

#203
post #121

Earlier quoted context omitted.

These days my solution is to put cloudflare in front of it and walk away. Good game to add to my current daily routine (heardle, Wordle, quordle, worldle), but man is it hard!

surely the answer is just an HTTP redirect? thanks for heardle! have you tried nerdle?

> thanks for heardle! have you tried nerdle?

https://www.samandfuzzy.com/3138

Re: Show HN: Can you lose at Wordle if you tried?

#204

Already love it, but can you fit it onto an iphone SE display please! Im scrolling and zooming all over the place (some of us like small phones :)

Would you mind sharing a screenshot of what it looks like for you currently? I am admittedly still learning how to best support cross-device compatibility. I have found that in the Chrome Dev Tools preview for certain devices, everything looks fine, but then in reality things don't fit properly

https://twitter.com/soylentgraham/status/1531897895686914050...

Re: Show HN: Can you lose at Wordle if you tried?

#205

Already love it, but can you fit it onto an iphone SE display please! Im scrolling and zooming all over the place (some of us like small phones :)

Would you mind sharing a screenshot of what it looks like for you currently? I am admittedly still learning how to best support cross-device compatibility. I have found that in the Chrome Dev Tools preview for certain devices, everything looks fine, but then in reality things don't fit properly

You gotta use safari dev tools for a chunk of ios quirks, not chrome :) (Though some things like accidental zoom and navigation popup-from-bottom needs a device to test :/

Re: Show HN: Can you lose at Wordle if you tried?

#206

Hello! I am the creator of Don’t Wordle. Really excited to see this took off today. I thought I would share some background about the game, some of the iterations I went through, and some of the future features I would like to add. Background: Like many others, I have been playing Wordle daily. Recently, my Wordle win streak hit 99. I was admittedly very careful with my guesses on Day 100, not wanting to ruin my stre…

I love the premise! It really pokes fun at how Wordle (and other popular games) are actually pretty hard to lose if you play anywhere above some very low threshold of effort/ability. > it would also be cool to have a “Valid Solutions Remaining” feature That would be awesome. I suppose the biggest challenge would be to enumerate possible solutions in tree form to allow DFS or BFS searching. Thanks for sharing!

I think that's actually what makes Wordle such a genius game - it's hard, you work for it, and it can happen, but you're very unlikely to actually lose!

Re: Show HN: Can you lose at Wordle if you tried?

#207

Hello! I am the creator of Don’t Wordle. Really excited to see this took off today. I thought I would share some background about the game, some of the iterations I went through, and some of the future features I would like to add. Background: Like many others, I have been playing Wordle daily. Recently, my Wordle win streak hit 99. I was admittedly very careful with my guesses on Day 100, not wanting to ruin my stre…

Thanks for the fun. Your valid words are a very small subset of the English dictionary, why is that? I recently wrote a simple Wordle 'solver' (https://github.com/beyazhilal/wordle-solver) and although my list contains some invalid words like acronyms, when I was searching for the English dictionary words I always got a list of at least 120k+; but you only have 12k! That obviously makes the game impossible to win.

Don't know about Route53 + Cloudfront combination but your #4 challenge would be super simple with a webserver like apache or nginx.

Re: Show HN: Can you lose at Wordle if you tried?

#208
post #188

Earlier quoted context omitted.

Could try serving a client side redirect. Just an index.html page that has a script that redirects the browser to the https version document.location.href = https://dontwordle.com

Assuming that works, I don't see the need for Javascript when a meta refresh achieves the same with just HTML.

Well the game needs JavaScript to run anyway so...

Haven't heard of meta refresh though, thanks for sharing

Re: Show HN: Can you lose at Wordle if you tried?

#210
This one is much harder than I expected, or even seems reasonable. I have no problem at all with Wordle, Worldle, Quordle, etc, but this one had me stumped for a long time. I expected I wouldn't really need those undos, but they're absolutely vital.

It's a great alternative for anyone looking for more challenge out of their word guessing game.

Post reply on HN