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.

Show HN: Next Hit Game – game idea generator

6 pointsby lauriliiover 9 years ago

2 comments

rodduxover 9 years ago
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>
AwesomeFaicover 9 years ago
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>