I was making one of these already (https://scratch.mit.edu/projects/785774856/ ) so I figured why not complete this challenge? And I... kind of did? Due to a couple quirks in my algorithm, it cannot complete levels 1 or 2, but only 3, which is supposed to be the hardest. The problem with 2 is it only has one jump height and doesn't factor low ceilings into it's pathfinding, and 1 doesn't work because it refuses to jump as the first action. And yes, that's the default costume purple, I had to fulfill the last rule somehow Here were the rules: -The algorithm must be grid list based. -No changing the platforming physics, only the pathfinding algorithm. -You may change the way inputs are handled to fit your needs. -You may use an already existing algorithm or create your own, but don't copy another remix. -Improving other scratchers' remixes is allowed. -You can pick any one of the 3 preset maps to suit the complexity of your algorithm, but don't edit any of them. Preferably, pick the hardest map that your character can complete. -Customize the textures to make it your own :)