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