Skip to content

knunery/FantasyNameGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPGKit - FantasyNameGenerator

RPG Kit - Fantasy Name Generator

A random name generator for fantasy characters. This very same code is used in the iPhone and Windows Phone application called RPG Kit.

How to use?

Here is how you would get 10 random male warrior fantasy names.

var fantasyNameSettings = new FantasyNameSettings(Classes.Warrior,Race.None, true, true, Gender.Male);
IFantasyNameGenerator fantasyNameGenerator = FantasyNameGenerator.FromSettingsInfo( fantasyNameSettings );
FantasyName[] names = fantasyNameGenerator.GetFantasyNames(10);

About

A utility that generates random names for fantasy characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages