Time for action — updating the bombs
Implement a call to the function UpdateBombs, inside the UpdateGame method.
We havejust have added a call to UpdateBombs, inside the UpdateGame method.
Rendering beautiful bombs
To render all existing bombs, we need to change the RenderGame method.