Magic Number Square

Arrange numbers in a grid to form a Magic Square!

Magic Square Game

Create a magic square by arranging numbers so that all rows, columns, and diagonals sum to the same value.

How to Play:

Click and drag numbers to swap positions. Arrange the numbers so that all rows, columns, and diagonals sum to the same value.

Hint:

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!