Progress – Maps Seams
Most of my time has been looking at how to merge the doors. Merging the doors is not difficult. It involved looping over the doors, checking if they are both aligned in the same direction (both vertically or horizontally – and then deleting one of them). I can also delete any doors that overlap off the map -these don’t link to any tile.
I have been testing lots of different combinations of the map – testing how the seams are calculated and trying to find out if any “special” cases exist that can’t be calculated.

