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>