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.

Static Wordle

42 pointsby stevekrouseabout 1 year ago

9 comments

strongpigeonabout 1 year ago
Something that could be pretty cool to do with this is generate a `og:image` based on the state in the URL. This way, the actual game would render in iMessage & all rather than having to screenshot it.
评论 #40395397 未加载
throwawayk7habout 1 year ago
Here is the link to the actual instance of static wordle (No JavaScript required):<p><a href="https:&#x2F;&#x2F;stevekrouse-staticwordle.web.val.run&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stevekrouse-staticwordle.web.val.run&#x2F;</a>
评论 #40391885 未加载
评论 #40391955 未加载
topaz0about 1 year ago
This is pretty fun. Kinda wonder if it has to be so slow to update given that everything is local. Or does it have to do a round trip to the server on every click?<p>Bug report: this gives a yellow square for a letter that should be gray, when that letter occurs elsewhere in the word and the guess already has it in the right place. So e.g. if the word is ABCDE and you guess ABCDD it gives green for the first D and yellow for the second D (which should be gray).
Scubabear68about 1 year ago
Latency is really bad. Interesting idea but it’s not really usable.
评论 #40395297 未加载
awwstnabout 1 year ago
love this. next up, let&#x27;s see if you can achieve Static Minecraft!
tr3ntgabout 1 year ago
Love this. Would it be possible to read in a daily-changing starting word state that then gets stored via URL as preservation? That&#x27;d bring it a little nearer to classic wordle.
antiframeabout 1 year ago
In one of the guesses, I wish to reuse a grey letter to make a valid word, but it won&#x27;t let me.<p>Edit: It allows me to guess invalid words.
lacooljabout 1 year ago
inb4 takedown notice from NY Times
评论 #40391673 未加载
tantalorabout 1 year ago
Stop calling these apps static! That ain&#x27;t static!