Thank you for your feedback.
The anchors and shark start randomly, and if the anchor hits the shark by chance, it destroys it.
It's not a bug. I forgot to check to keep the player's movement bound. There is a bounding box that removes objects that move too far out of the screen. It removes anchors, sharks, and starfish, but it also removes the player.
Quick fix incoming!