How to use turtle.distance(x) over members of a list of turtles?
I’m trying to do collision detection over the members of a list of turtles, so that a variable returns a Boolean to break a while true loop. It works with ONE of the turtles, but not the others. It also only prints the distance (for debug) for the one that collision works with. What’s confusing is the exact same syntax used in the collision function works just fine in the ball/wall collision detection loops.