souravjain540 / Basic-Python-Programs

This repository will contain basic python programming questions and their solutions.
258 stars 383 forks source link

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

Open MercuryDemo opened 6 months ago

MercuryDemo commented 6 months ago

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
IQExotic commented 6 months ago

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

MercuryDemo commented 6 months ago

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.