Generators

Scripts to generate endless names, animal coats, item descriptions, storylines, patterns, fantasy maps... the code/functions for some of them will be shared later in the Code section, whenever I can be arsed to write them up.

Generators marked with * are very old and simple, from when I was brand-new to JavaScript. Don't bother to complain if the results are crappy. :P

Griffon Generator

Randomly generate complex coats with over a dozen layers.


Manual Griffon Maker *

Much more basic. Select the coat colours and markings from dropdown lists, instead of randomly generating.

Horse Generator *

Really basic. Randomly generate a little horse coat.

Map Generator *

Randomly generate shapes of sea and land, including areas of ice/desert/grass and city locations.

Other generators I started (might bother to finish and publish them one day) - gemstone, plotline, full character, steed...
But those were just JS. Now I can use PHP and ImageMagick and such, would love to use that. Truly randomised hex colours, saturation changing and dynamically generated 'paint' markings for creature coats and shapes for landmasses... ooh! Well, we'll see.