Select Page
Thought more about the map and how you would want to build up a click path. I don’t want there to be too many path jumps, so I’ve limited it to 3. But, hey, it’s 3 and that’s better than 1!

This was a bit tricky because of how I’m doing all the path drawing. I ended up using a bit of recursion, though I’m not really thrilled with it. At some point I’ll probably come back to this and make it so you can add as many jump points as you want. For now, it’s sufficient for moving on.

Progress

  • Can now set up to 3 path points in a jump sequence on the map.