GitHub - hbi99/namegen: Sci-fi planet name generator · GitHub
Skip to content

Latest commit

 

History

5 Commits

Folders and files

Repository files navigation

namegen

Generates random sci-fi planet names. Call the function with required number of names and the function will return an array of names. The generator combines predefined vowels, consonants and specific ends to create a name which resembles names of real planets. The names are pronounceable in English and resembles sci-fi space planets.

Usage

var names = namegen(5);

console.log( names );
// ["pelara", "acrora", "sniylea", "eoplora", "chouulara"]

About

Sci-fi planet name generator

Resources

Stars

22 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages