Destroyed ship position

Hi guys!

Is it possible to get the location of a destroyed ship ship via the state file ?

I found it to be part of this years challenge to write logic to figure that out, You can keep track in a temp state file to see which ship has been sunk and then look for that length ship of hits in the map and assume that was the ship.

You can figure all of that out.