Exercise: Masking Weave Mazes
Learn to create a weave maze on a masked grid.
We'll cover the following...
Background
Our current implementation has grown organically, leaving us with some features only available in specific Grid subclasses. For example, MaskedGrid is its own grid type, independent of (for example) WeaveGrid. ...
Ask