I tried using multiple balls but there is an issue where sometimes a block gets registered as destroyed 2 or more times. I am guessing from multiple balls hitting it at the same time. This increases the blocks destroyed count variable, causing the level to end before all the blocks are really destroyed.
What is the best way to handle simultaneous collisions on a single object from multiple objects? Will this be covered in a later video?