I have a tileset with some tiles and should to generate a dungeon from it. It should be dungeon with one entrance point, one bossfight (exit point within) with three or four ways that can connect each other or not. Looks like this, with one start point below and the tiles instead of points and routes:
https://apptrigger.com/wp-content/blogs.dir/333/files/2018/01/Slay-The-Spire-gameplay-route.jpg
the problem is tiles not standardized: i have tiles from 3x3 to 9x9 with specified doors (some rooms can be angular, like this:
++++++
++++++
++++++
+++===
+++===
+++===
)
all i can find are algorythms for an abstract dungeon or for standardized tileset, so, please assist me with search a matched algorythm!