C3.1

Mandala Machine

A full turn is 360°. Your loop stamps ONE petal, then turns by the turn-each value you pick — how many times must it repeat so the petals share out the whole circle evenly and the last one lands right back at the start?

🎯 Find repeat and turn-each so that repeat × turn-each = 360 exactly.

✎ Shape your petal

A loop means "do this again and again." Here the loop body is stamp a petal → turn by "turn each time". Pick the right repeat and turn so the petals share out the whole 360° circle and the last one meets the first.

← Back to C3.1 Loops & repetition