In a bowling game, how to count the targets knock down?

Screenshot 2023-05-24 at 22.50.19

Hi @Bro5, This can be done by attaching a helper block at the bottom of each pin;
We can check that blocks height at the start of the game, and then checking again after we throw the ball, if a pin falls, its bottom will be “lifted” off of the ground, and so its height has increased.
Then: If a helper blocks current height does not equal its starting height increase the score.

I’ve made a mockup and visually explained it here;

Hope this helps and good luck with the game!

Thanks a lot, will try and it works!

1 Like