[–] AwesomeFaic 10y ago ↗ These are pretty good! I made something pretty similar a while back http://chrisgermano.github.io/IndieGameGenerator/
[–] roddux 10y ago ↗ 140454 combinations is pretty neat!I'm playing around with list comprehensions, so, duly: ["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]
2 comments
[ 3.1 ms ] story [ 18.4 ms ] threadI'm playing around with list comprehensions, so, duly: