The red button allows you to change the map, green lets you place a goal, blue lets you place a starting position, pink sends out a sprite to follow the path, the switch turns on and off the path list version: red: edit green: end blue: start pink: follow path switch: toggle path on/off
I don't know the proper term for this kind of path finding, so I am just going to call it "liquid path finding" because it finds a path by flowing out in all directions like water. based on the concept by that one path finder griffpatch made