Todo: September 2025
zombizide_gui.py zombizide_mapbuilder_gui.py zombizide_ai_preprocessor.py
zombizide_gui.py zombizide_mapbuilder_gui.py zombizide_ai_preprocessor.py
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…