If you didn't see him, Watson was a AI competing on Jeopardy. He uses a system to get answers called Machine Learning.
I used that same system to create this project.
What it does is find the delta between the ball x and it's x when the ball hits the paddle. It creates a list of those. When the list has 50 deltas, it averages them and uses that number + the x of the paddle to find where it should go.
Offline