Hi, I'm trying to remake the gameplay of the puzzle game called Loop in C2 but I can't quite figure out how it's done.
The goal of the game is to rotate some shapes in order to fill the layout with only looping kind of shapes.
This was my basic attempt at creating the mechanism, but I can't get it to work correctly...
(This will be invisible after all and will pin a sprite over each box, the black boxes where the beginnings and ends of a shape like the straight lines in the middle and circles at the sides)
I tried to check if a black box was overlapping another black box at an offset and set them both to connected then later on check if all boxes are connected, but that doesn't work as it picks only one of the boxes.
How could this be done? Is there a much easier approach I'm missing?