Log In  


I suck at describing anything, hence the beautiful diagram provided. I've been taking cracks here and there trying to break it down, get the little bits and pieces of this working before diving into the whole thing to very mixed results.

Current issue is getting (and understanding) those fancy squares to move and loop along a designated path.

Yes, I was consumed by the ro-sham-bo minigame brainrot that were in a handful of GBA games. Some guidance would be much appreciated

https://imgur.com/a/d3SeOQB

Because the thing™ didn't upload



If you meant to post the diagram, it didn't come through.


Diagram now uploaded successfully


I'm not too familiar with the games you mention, but if you want to move a square along a path that's a bigger square, you really just need a couple of things: the four corners of the big square, the x,y of the small square and the Current x,y direction of the small square. If you start at the top left, then your small square moves right until it gets to the top right corner, then you change directions so it's moving down but not lest or right. When it gets to the bottom right corner, change directions so it's moving left but not up or down. Keep changing directions at each corner to move around the loop.

Sorry I'm on an android phone now otherwise I'd type up a simple example in the EDU edition online, but those are really the basics.



[Please log in to post a comment]