Game
Funk Quest
12 years ago

Funk Quest - Name Generation


You may be wondering how I did the name generation for Funk Quest… It’s a really simple process.

Remember mad libs. Asking for nouns, verbs, whatever. I use the basic concept here. I have two arrays, one with adjectives and one with nouns. Here is an example.

adj = [“Sticky”, “Tough”, “Angry”, “Funky”, “Stanky”]

noun = [“Slime”, “Goblin”, “Bird”, “Samurai”, “Old Man”]

Now all we do is pick a random entry from each array. This will give us neat combos like…

Sticky Bird

Funky Samurai

Stanky Old Man

You get the idea. It works a lot better with more in the word banks.



0 comments

Loading...

Next up

I was bored, so... ManutKat.

Demonstration of the spells and their effects :)!

Why walk when you can jump?

Alone Together....

We're knee deep in multiple large features and "game feel". Quick peek behind the scenes in this weeks Dev Blog: https://bit.ly/2QmmaQM

I thought I would do a quick show and tell, with a 2 min video of the start of the game and some of the game elements, after many many months it is really starting to come together, time to start networking https://gamejolt.com/games/Dungeon_fable/490669

After months of building.. finally it finished