...

/

Exercise: Generating Geometric Masks

Exercise: Generating Geometric Masks

Try to use the Mask API we've developed to programmatically produce masking patterns.

We'll cover the following...

Problem statement

Produce a mask that has been prepopulated with a pattern of concentric squares. Connect the concentric squares with horizontal and vertical paths that cross in the center. Then, produce a maze on it.

The mask should be configurable, which is to say that we should be able to specify how many concentric ...