Help with creating a grid system in spiraling motion

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want to be able to create a grid of blocks starting from a point ouwards

  2. What is the issue? i have no idea how to make it

  3. What solutions have you tried so far? i have tried but none worked the way i wanted

In short i want that from a point other points start generating like a spiral out but in grid generating squares, heres an example


Change in color represents new iteration (if possible)

Maybe create the grid of blocks then number them as you have shown here.

Then make them all transparent.

Now write a for loop that makes them visible in order at the speed you want.

1 Like