I have a ping pong game where only one player can play, I need to make the second paddle move around to hit the ball. So, I am trying to calculate the path of the ball, so I can point the enemy paddle move around and hit it.
Also, the community has been very helpful in providing me many answers, but I kind of want to build it myself. So, when helping me just give a step by step process, or even pseudocode, because when I build it myself I gain a better understanding of it, and I don’t want people doing my work and using their time and energy.
Thank you!