I was wanting to add a minigame puzzle kind of thing to my game, I don’t know exactly what they’re called but the ones where you have to click or tap to rotate a wire or something and have to make it line up with a point A and a point B to win. However, I’ve been struggling to find anything on where I could possibly even start with this, so I was hoping going to the forum might hopefully help a little. Any help or advice is appreciated!
1 Like
Hi there @Snarkyspider
Do you mean like a ‘pipe puzzle’?
Oh! Maybe? I know there are quite a few examples with various themes, with the main element being that you have to click/tap the pieces to rotate them into place.
@FrostyJas I did look it up and you’re correct for what I was looking for, whoops! Thank you for letting me know what its called, I still gotta figure out how to do it but that might also make it easier knowing what I’m even looking for.
If you’re making it in 3d, the most trivial method would be to attach a tagged overlapping volume to each end of the wire. When puzzle pieces rotate / slide into place, iterate over the wires and check if their volumes’ tags match.