Python-Pong Recreated classic Pong game using Pygame Implemented OOP concepts (e.g. Settings, Paddle, Ball etc) Paddle on the left is controlled by 'W' for up and 'S' for down. Paddle on the right is controlled by 'UP' and 'DOWN' arrow keys.