Arrange numbers in a grid to form a Magic Square!
Create a magic square by arranging numbers so that all rows, columns, and diagonals sum to the same value.
Click and drag numbers to swap positions. Arrange the numbers so that all rows, columns, and diagonals sum to the same value.
The magic sum for an $N \times N$ grid is given by the formula: $S = \frac{N (N^2 + 1)}{2}$. Try arranging numbers symmetrically to balance the sums!