joeclark-phd / random-text-generators

An interface and implementations of procedural random text generation that can be used, for example, to generate character or place names for an adventure game.
MIT License
1 stars 0 forks source link

add new methods of procedural text generation #7

Open joeclark-phd opened 4 years ago

joeclark-phd commented 4 years ago

Some other potential methods might include:

If you have an idea for a new method, fork the repo, code it up as a class implementing the RandomTextGenerator interface, and give me a pull request.

joeclark-phd commented 4 years ago

This "cluster chaining" method looks like a good candidate: http://roguebasin.roguelikedevelopment.org/index.php?title=Cluster_chaining_name_generator