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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Next Hit Game – game idea generator

6 点作者 laurilii超过 9 年前

2 条评论

roddux超过 9 年前
140454 combinations is pretty neat!<p>I&#x27;m playing around with list comprehensions, so, duly:<p><pre><code> [&quot;it&#x27;s like %s %s game set in %s&quot; % (a[&quot;name&quot;],g[&quot;name&quot;],l[&quot;name&quot;]) for a in adjectives for g in gametypes for l in locations]</code></pre>
AwesomeFaic超过 9 年前
These are pretty good! I made something pretty similar a while back <a href="http:&#x2F;&#x2F;chrisgermano.github.io&#x2F;IndieGameGenerator&#x2F;" rel="nofollow">http:&#x2F;&#x2F;chrisgermano.github.io&#x2F;IndieGameGenerator&#x2F;</a>