To any scratchers that would like to try this challenge: the goal is to create a pathfinding algorithm for the character that enables it to reach the top of the level in the best way possible. Try your best; it can become a very difficult problem. To enter, simply remix and try to create a pathfinding algorithm that allows the character to parkour towards the goal. 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 :)