1 minute read

So back in 2012 for the Triangle Game Jam, I threw together a simple PHP script to generate a set of game names based on the pattern Adjective Noun Verb(er) from a word bank supplied from the users.  Since then I’ve always wanted to redo it in a more reusable way.  With the Global Game Jam quickly approaching, I managed to find time this week to make that happen.  You can check it out at http://www.fancygamenamer.com.  It works more or less like the old PHP script I wrote, except this time you can use the official bank of words, or if you’ve got a specific set of words you want to scope it to, you can create your own word bank.

It sounds terribly silly, but give it a shot.  They say constraints breed creativity.  Prepare to be creative :)