Trying my hand at procedural generation, inspired by the likes of watawatabou and Dragons Abound. Needless to say it nowhere near as fancy or pretty. Here's the generation process visualized, typically it just iterates and renders the end state.
Most of the settings can be configured via json. Parameter values can be made to change while the generation process chugs along to allow for variation.
The project is made with;
To see the project in action and play around;
- clone the repo
- checkout the develop branch
- run it with your favorite server. I use the vs-code LiveServer extension.