hi, i was hoping someone could help point me in the right direction for this problem. im writing a program that creates 3 ships and then tracks their movement; and within 10 rounds see if they colide (they are specifically set to colide at certain points).
my issue is with passing the array of ships to the function detectCollisions(), i cant get it to report a collision. I think im supposed to call the get coord on a ship object, but im not sure how to do that. any help would be awesome.