Show HN: Next Hit Game – game idea generator
nexthitgame.com
Show HN: Next Hit Game – game idea generator
1–3 of 3 posts
Re: Show HN: Next Hit Game – game idea generator
#2These are pretty good! I made something pretty similar a while back http://chrisgermano.github.io/IndieGameGenerator/
Re: Show HN: Next Hit Game – game idea generator
#3140454 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]