I wrote this up in about a weekend and figured I would just throw it to the side. The library comes with a demo to show how it works. There are probably a few quirks in it and it spits out gibberish fairly often. Even then, it's a great program for several different genres. A new magical spell or some random name for a guild. Perhaps a new language? It's all up to you and your imagination!
It is, as any other library, also set up so you can just pull the procs from the code to use in your own game. In this way, you can just generate a random word for a verb or whatever. If it will be referred to, however, you need to make sure it's saved because the proc will always generate a random word! Actual words are possible as well, so be careful.
Credit is nice, but not entirely needed!
It is also probably over-commented and quite frankly I had it set up for the complete newbie. If this is just too much, then please let me know, same with any quirks I could try and fix as well. Thanks!
|
|
I think the thing I have set up right now should work. It has a separate list that will give it an ending. It doesn't ALWAYS give an ending from that list, but it's working pretty well now that I have it included. On another note. I went in and made sure that each list (except the beginning list) has at least one sound that only includes one letter. So it shouldn't even loop now. But let me know if it might