How to make an enemy paddle

How to make an enemy paddle in pong (I’m using kaboom draw)

To create an enemy paddle in Pong with Kaboom.js, you just need to add a new paddle for the enemy on the screen, make it move automatically to follow the ball, and ensure it can bounce the ball back when hit. You can use Kaboom.js functions like add(), action(), and collides() to set up the paddle, control its movement, and handle collisions with the ball.