TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wordle Is a Love Story

140 pointsby jsvineover 3 years ago

20 comments

paxysover 3 years ago
- Fun<p>- Simple<p>- One puzzle a day, and everyone plays the same one so you can share and compare scores<p>- No account creation, logins, ads, subscriptions, data mining<p>All the right ingredients for going viral. I just hope the last point stays unchanged.
评论 #29829601 未加载
评论 #29832079 未加载
评论 #29834555 未加载
评论 #29830449 未加载
评论 #29844845 未加载
d--bover 3 years ago
The game&#x27;s great but I&#x27;m puzzled why no one mentions that this is a verbatim copy of Lingo, a 1987 tv show that&#x27;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.
评论 #29831332 未加载
评论 #29832255 未加载
评论 #29834136 未加载
评论 #29835986 未加载
wencover 3 years ago
What’s your optimal 5-letter starting word?<p>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.
评论 #29829224 未加载
评论 #29830992 未加载
评论 #29833062 未加载
评论 #29829143 未加载
评论 #29828896 未加载
评论 #29832534 未加载
评论 #29829739 未加载
评论 #29829358 未加载
评论 #29834400 未加载
评论 #29829877 未加载
评论 #29832325 未加载
评论 #29828940 未加载
评论 #29829774 未加载
评论 #29829436 未加载
评论 #29829892 未加载
评论 #29830612 未加载
评论 #29831977 未加载
评论 #29830610 未加载
评论 #29834536 未加载
评论 #29830398 未加载
评论 #29829017 未加载
评论 #29828909 未加载
wffurrover 3 years ago
“It’s not trying to do anything shady with your data or your eyeballs. It’s just a game that’s fun.”<p>Love it.
frabjousedover 3 years ago
The eligible word list is an array of 5 char words embedded in the script. After digging a bit it looks like it gets the word like this (pseudocode):<p>dayOffset = floor((today - 19 April 2021) &#x2F; 864e5)<p>index = dayOffset % wordList.length<p>wordOfTheDay = wordList[index]<p>edit: It&#x27;s literally just picking the next item in the array in sequence.
mhbover 3 years ago
Seems like it would be important to note in the rules that letters can be used more than once even if they&#x27;re green.
评论 #29833938 未加载
hencqover 3 years ago
LOL, this sounds exactly like the Dutch tv game show &#x27;Lingo&#x27; that&#x27;s been on tv since 1989. Everything old is new again!<p><a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Lingo_(Dutch_game_show)" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Lingo_(Dutch_game_show)</a>
评论 #29832228 未加载
评论 #29830444 未加载
coverbandover 3 years ago
This has become one of my favorites since I learned about it from NYT. It&#x27;s more fun if you use the &quot;hard mode&quot; where your next word attempt has to include the right letters&#x2F;spaces found in the prior try.
egypturnashover 3 years ago
<a href="http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20220106042510&#x2F;https:&#x2F;&#x2F;www.nytimes.com&#x2F;2022&#x2F;01&#x2F;03&#x2F;technology&#x2F;wordle-word-game-creator.html" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20220106042510&#x2F;https:&#x2F;&#x2F;www.nytime...</a>
评论 #29834659 未加载
mataherryover 3 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30004743" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30004743</a><p>Show HN: Wordlet - a Wordle Bookmarklet to add change day button (just in case you miss some days :P)
vishnuguptaover 3 years ago
This is an easier version of Bulls &amp; Cows [1] game I played in college during boring classes.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bulls_and_Cows" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bulls_and_Cows</a>
评论 #29829097 未加载
dotsamover 3 years ago
Tip: don’t look at the source if you don’t want to see the answers (I thought the words might be obfuscated but they’re not)
评论 #29829670 未加载
评论 #29834587 未加载
garrettjoecoxover 3 years ago
I’ve been able to play a handful of the past words with internet archive for anyone interested<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20220105234455&#x2F;https:&#x2F;&#x2F;www.powerlanguage.co.uk&#x2F;wordle&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20220105234455&#x2F;https:&#x2F;&#x2F;www.power...</a>
评论 #29831070 未加载
评论 #29834197 未加载
jasoneover 3 years ago
I&#x27;ve been playing this as a road trip game since a friend introduced me to it in high school. Depending on the age of the people playing (and&#x2F;or the fraction of concentration the driver needs to devote to driving) we also play with 3- or 4-letter words. 6 is a bit much for me to keep track of in my head.
supernova87aover 3 years ago
I wish I could play a few more games at once and not be metered 1 per day.
评论 #29831009 未加载
评论 #29830519 未加载
评论 #29832334 未加载
评论 #29832479 未加载
评论 #29830178 未加载
评论 #29830768 未加载
评论 #29830209 未加载
acberkover 3 years ago
If you want more than 1 Wordle a day, I forked his code and added a randomizer.<p>Same daily word, same dictionary of words, same code.<p>wordle.berknation.com
slgover 3 years ago
I tried this game the last couple of days and I don&#x27;t get the appeal. There is some skill involved, but there is also a huge amount of luck. For example yesterday I had &quot;ti_er&quot;. I guessed &quot;timer&quot; but the actual word was &quot;tiger&quot;. That left me with a score of 5 instead of 4. Does that say anything about my skill level as a player? Honestly, this seems to mostly be a marketing success story about the sharing score functionality and how that led to virality on Twitter.
评论 #29829024 未加载
评论 #29829990 未加载
评论 #29830095 未加载
评论 #29829222 未加载
评论 #29830829 未加载
评论 #29830157 未加载
评论 #29832002 未加载
techsolomonover 3 years ago
see also: Josh Wardle&#x27;s talk on &quot;Why April Fools&#x27; Day sucks and what we did about it at Reddit&quot; – <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=OXzfvYoFQFo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=OXzfvYoFQFo</a>
ryzvonusefover 3 years ago
naturally, clones have emerged<p>here is one I found today, you can have multiple tries, and chose word length<p><a href="http:&#x2F;&#x2F;foldr.moe&#x2F;hello-wordl&#x2F;" rel="nofollow">http:&#x2F;&#x2F;foldr.moe&#x2F;hello-wordl&#x2F;</a><p>wonder what other innovations occur before we round back into scrabble
评论 #29861412 未加载
ChrisArchitectover 3 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29784601" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29784601</a>