Pong
New to pygame! Here is my attempt at a simple 2 player game.
V
(geniusoid)
        Up/Down Controls:
Player1: A/Z
Player2: K/M
      
    Changes
Links
- Home Page
 - https://github.com/geniusoid/pong.git
 
Releases
Pygame.org account Comments
- 
          
  
    
    
Touten 2018-01-19 07:35
It works well. Some of those bounces of the racquet seemed questionable...V 2018-01-19 13:44
do u have a suggestion on how to improve the physics? Would love inputs on that.Touten 2018-01-19 17:23
I think on the original pong the bounces of the raquets are relative to the position of the bounce on the raquet. A middle bounce is `neutral`, a top bounce pushes the balls angle more towards the top, a bottom bounce more towards the bottom. Here is a discussion on it. ( https://gamedev.stackexchange.com/questions/4253/in-pong-how-do-you-calculate-the-balls-direction-when-it-bounces-off-the-paddl )