m. c. de marco: To invent new life and new civilizations...

Winter Kingdom Board Builder

Kingdom Builder has been reimplemented as Winter Kingdom, so I reimplemented my board builder as well. You can read more about the original there. This one is the same in that after generating a random board, it lets you edit the board by clicking on it. Note that it has strong opinions about adjacency and the need for location tiles. If you don’t like the editing constraints, try this version instead.

(Pop out the board image.)

Browser restrictions prevent automatic saving of your board state as SVG, but you can print it or save it as PDF in modern browsers.

To save it as SVG, you’ll need to copy the DOM manually from a desktop PC: in Chrome or Safari, right click on any hex, choose Inspect Element, scroll up to the svg element in the code, right click on that, choose Copy as HTML, paste it into a text editor, and save it with the svg extension. This will leave you with an svg image of your last map that you can open in a browser and edit. Any subsequent changes can be saved the same way.