Live data from Hacker News

Wordle Is a Love Story

nytimes.com

51–60 of 128 posts

Re: Wordle Is a Love Story

#51
post #7
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

Last couple times I started with the word which rhymes with "tennis".

What accent do you have that those two words rhyme?

Re: Wordle Is a Love Story

#53
The game's great but I'm puzzled why no one mentions that this is a verbatim copy of Lingo, a 1987 tv show that's been adapted in many countries. I used to watch this in France where it was very successful. Once people got too good at 5-letter words, they ran 6, then 7, and finally 8 letters.

Re: Wordle Is a Love Story

#54
post #35

Earlier quoted context omitted.

I was wondering about this but I haven't looked yet. ... So I just took a look now. Are you talking about the huge list of ~12,974 words embedded right in the code?

Yes, if like me you search the source for the word you just won with, you will see future answers, as they are listed in order (at least the preceding word was yesterday's answer)

ohhhhh, ok I see it now. I wasn't paying attention to order or even any of the other words.

I made sure not to look at the words after today's as I don't want to cheat.

Re: Wordle Is a Love Story

#55
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

I always start with HAOLE

Re: Wordle Is a Love Story

#56
post #52

LOL, this sounds exactly like the Dutch tv game show 'Lingo' that's been on tv since 1989. Everything old is new again! https://en.m.wikipedia.org/wiki/Lingo_(Dutch_game_show)

In France, we had Motus [0], which is the same thing but with longer words — and it's actually an adaptation of Dutch version of Lingo! It ran on France 2 for 29 seasons and is widely known in French popular culture.

[0]: https://fr.wikipedia.org/wiki/Motus_(jeu_t%C3%A9l%C3%A9vis%C...

Re: Wordle Is a Love Story

#57
post #16

- Fun - Simple - One puzzle a day, and everyone plays the same one so you can share and compare scores - No account creation, logins, ads, subscriptions, data mining All the right ingredients for going viral. I just hope the last point stays unchanged.

I feel bad that he isn't making a dime from this. I think people should be able to get something in return for creating value for others.

Re: Wordle Is a Love Story

#59
post #17

Earlier quoted context omitted.

The optimal starting word is ARISE, as it partitions the possible words most evenly across the different green/yellow/grey colour combinations

ARISE is good, but AROSE is better, and SOARE is the best: On average it eliminates all but 2264 out of ~12000 5 letter words. https://github.com/lalaithion/wordle

I wrote a brute-force minimax solver (minimizing expected guesses) which tracks with this information:

  SOARE 3.45
  RAISE 3.46
  ARISE 3.47
  SERAI 3.52
Most 'reasonable' words seem within 0.1 or so of the optimal strategy. I think the second word is likely far more important than the first.
Post reply on HN