Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

Solve the Issue #332|Corrected errors in Pon_Game.py

Open MercuryDemo opened this issue 2 years ago • 2 comments

Solve the Issue #332 Corrected logical errors and coding errors in Pon_Game.py

  1. Fix variable name error
  2. Fix paddle position errors, boundary errors, up and down movement errors
  3. Fix ball's movement direction error
  4. Corrected the scoring logic of the game and adjusted the speed of the ball's movement

MercuryDemo avatar Jan 04 '24 12:01 MercuryDemo

Are you aware of the problem with the speed of the ball?

IQExotic avatar Jan 06 '24 09:01 IQExotic

Are you aware of the problem with the speed of the ball?

Sorry, I'm not sure what your "problem" specifically refers to. I increased the speed of the ball in order to achieve faster results during testing, and I think the current speed made the game more fun.

MercuryDemo avatar Jan 07 '24 06:01 MercuryDemo