Creating a normal magic square by hand is easiest for odd orders using the classic Siamese (de la Loubère) algorithm: place 1 in the top middle, then step northeast, wrapping edges and dropping south on collisions, until every cell fills. Even orders require different recipes—Strachey-style constructions for singly even orders, for example—beyond a short article. After building, verify every row, column, and diagonal sums to M = n(n²+1)/2. To craft a puzzle, erase cells strategically while preserving a unique solution if you intend solvability guarantees—or use a generator.
Siamese walk (odd n)
Northeast moves with toroidal wrap; occupied cells trigger a south step instead. Practice on paper before teaching aloud.
Verification discipline
Re-sum twice; arithmetic slips masquerade as “broken magic.”
Designing a puzzle mask
Remove cells proportional to audience skill; too many blanks can multiply solutions unless constrained.
When to automate
ProPuz generates puzzles at orders 3–6 with stored solutions—ideal when class time is short.
Extensions
Explore types of squares before attempting even orders solo.
Walkthrough rhythm for teachers
Demonstrate on a projected grid with animated highlights: place 1 top-center, attempt northeast, wrap when you leave the board, drop south when blocked. Narrate collisions as “polite exceptions” so students anticipate structure rather than memorizing a static picture.
After the board fills, color-code one row, one column, and one diagonal while summing aloud. The performance closes the loop between algorithm and definition.
Common beginner construction slips
Forgetting toroidal wrap strands numbers on the edge; mis-handling the “occupied cell” rule duplicates values; stopping early leaves a hole. Keep a finger on the sequence counter—when it reaches n², you should be done.
From square to puzzle in five minutes
Erase 40–60% of cells for casual play, fewer for novices. Swap in a friend’s initials pattern of blanks if you want sentimental worksheets—just verify solvability empirically by attempting reconstruction.
When students outpace you
Assign “find two different valid masks for the same completed square” as an open problem. Some masks admit multiple completions—great discussion fodder about uniqueness.