The goal of this project is to complete the code we began to develop together duirng the recorded class on Wednesday, April 8th, to create a paddle and ball game.

Using p5.js, we created a paddle that moves left and right, and a ball that bounces off the paddle and off the left and right sides of the canvas. Using this starter code, your job is to complete one more more features, to be able to play this as a game.
cd to ensure that you’re in ~/ (i.e., your home directory, aka ~).wget https://intro.cs50nestm.net/wp-content/uploads/2020/04/paddle.zip to download a (compressed) ZIP file with this problem’s distribution.unzip paddle.zip to uncompress that file.rm paddle.zip followed by yes or y to delete that ZIP file.paddle, which was inside of that ZIP file.cd paddle to change into that directory.If you did not join us for the live 4/8 class or watch the video posted on Classroom, please watch the video here and code along with me to create your starter code.
text() function to write the number of lives to the screen.mouseClicked() function to restart the ball dropping.submit50 cs50nestm/checks/2019/paddle_ball