Hi, I am trying to build the Pong game for 1 player using Python after reading an article here.
I found that it is difficult to make a balance on the ball speed and the speed of the object controlled by player.
In my game, players can't win the game because the Com always hit the ball.
Do you have any advice?
Btw, how do I post some codes?