08-30-2025, 04:15 AM
(This post was last modified: 08-30-2025, 04:30 AM by Stuart McLachlan.)
ISTM that if you are happy for those large areas to be filled rather than empty internally you just need to store a flag for whether each square is filled or not and a flag for whether it has a "dot"
For any empty block you just need to look at four adjacent blocks to determine whether you can move there or not.
Note, you walls are one wide and your passages are two wide. That is back asswrd.
Movement ain't gonna work.
For any empty block you just need to look at four adjacent blocks to determine whether you can move there or not.
Note, you walls are one wide and your passages are two wide. That is back asswrd.

Movement ain't gonna work.