←back to thread

58 points belter | 10 comments | | HN request time: 1.257s | source | bottom
1. ChrisArchitect ◴[] No.42742213[source]
Is there a daily NYT word game called Waffle? I don't think so?

Wordle - NYT daily word game. https://www.nytimes.com/games/wordle/index.html

Waffle - some other game. https://wafflegame.net/

replies(5): >>42742259 #>>42742271 #>>42742847 #>>42742891 #>>42749002 #
2. ilikepi ◴[] No.42742259[source]
Weird...the NYT is referenced only in the Introduction, and never is it suggested that there is an affiliation between the New York Times and the game Waffle or its creator. They really only reference Wordle to note that Waffle has some very loose similarities, like the fact that they both use letter tiles and both use different colors to hint where those tiles go.

Makes me wonder if the title of the article was generated by an LLM.

EDIT: add context; fix typo

replies(2): >>42742438 #>>42743371 #
3. ◴[] No.42742271[source]
4. dang ◴[] No.42742438[source]
Hmm strange! Well, we've de-NYT'd the title above.
5. ◴[] No.42742847[source]
6. russellbeattie ◴[] No.42742891[source]
> "This note explores some mathematics associated with the word game Waffle, which has similar rules to Wordle."

I was about to point out the same thing. The title should read "NYT-like."

7. beardyw ◴[] No.42743371[source]
And of course NYT only bought Wordle, so the likeness would be to Wordle, nothing to do with NYT at all.

I like Waffle a lot, and thought about the best strategy for creating the grids, which is probably just a lot of trial and error.

replies(1): >>42748965 #
8. jamesjessian ◴[] No.42748965{3}[source]
Oh, glad to hear that you like it :) I created Waffle.

Yes, it's sort of evolved over time really. Brute force with heuristics, I'd say. The word list is certainly important, along with a few other things that I like to think keep the level of quality above the inferior knock-offs.

replies(2): >>42767366 #>>42782144 #
9. jamesjessian ◴[] No.42749002[source]
Yes, I can confirm (as the creator) that it is not a NYT game. I wanted to create something as simple as Wordle, but that didn't rely on luck. I presume that the author put NYT in the title to catch attention. I can't think why else.
10. beardyw ◴[] No.42767366{4}[source]
Thanks for reaching out. I have done some word games for my own amusement and surprised myself how quickly I can try and reject permutations even in JavaScript. It has felt like the opportunity for a clever algorithm has been robbed!