Hi I am working with a cannon shooting game where a cannon ball should hit a target! Now my requirement is "A message shall tell the user if the target was hit or not". How can I add a message like this that can tell me if the target was hit or not?
Note: I have three actor classes- Cannon, CannonBall and Target.

