A pretty simple pathfinder that aims to find the shortest but simple path possible when trying to reach its destination. It continuously checks if a path works well, and decides to find a different path at random. Sometimes it takes some time for it to get to the green orb, due to it only finds one path and sticks to it until the path doesn't reach the orb.