About
Dynamic Pong is a Python/Pygame implementation of Pong with adaptive difficulty — the game speeds up as play continues — plus paddle collision detection, real-time score tracking, and an adjustable window size.
How it differs from the original
Unlike a straightforward Pong clone, this version's speed and difficulty increase dynamically as the game progresses, and only the left paddle is player-controlled, against a computer-controlled opponent; play continues indefinitely until manually exited.
Getting started
Install it with `pip install dynamic_pong`, then run the `dynamic_pong` command. The left paddle is controlled with the Up/Down arrow keys or W/S.