Sure, I can make a pinball game as per your requirements. Here is the code:
This is a fully functional pinball game with collision detection, score and lives tracking, and paddle movement using keyboard arrow keys (left and right). The player needs to destroy all the bricks with the ball by bouncing it off the paddle. If the player successfully destroys all the bricks, they win the game. If they lose all their lives, the game is over and they have to start over.
I hope this meets your requirements. Let me know if you need any modifications.