Basic-Python-Programs
Basic-Python-Programs copied to clipboard
Solve the Issue #332|Corrected errors in Pon_Game.py
Solve the Issue #332 Corrected logical errors and coding errors in Pon_Game.py
- Fix variable name error
- Fix paddle position errors, boundary errors, up and down movement errors
- Fix ball's movement direction error
- Corrected the scoring logic of the game and adjusted the speed of the ball's movement
Are you aware of the problem with the speed of the ball?
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.