...

/

Exercise: Masking Weave Mazes

Exercise: Masking Weave Mazes

Learn to create a weave maze on a masked grid.

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. ...