TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Static Wordle

42 点作者 stevekrouse12 个月前

9 条评论

strongpigeon12 个月前
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 未加载
throwawayk7h12 个月前
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 未加载
topaz012 个月前
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).
Scubabear6812 个月前
Latency is really bad. Interesting idea but it’s not really usable.
评论 #40395297 未加载
awwstn12 个月前
love this. next up, let&#x27;s see if you can achieve Static Minecraft!
tr3ntg12 个月前
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.
antiframe12 个月前
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.
lacoolj12 个月前
inb4 takedown notice from NY Times
评论 #40391673 未加载
tantalor12 个月前
Stop calling these apps static! That ain&#x27;t static!