I tried to recreate the classic video game Pong that was made by Atari in 1972 using Python . The game launches in Single Player mode by default which means that the Paddle on the right side ( Paddle B) is controlled by the computer. To play in multiplayer mode, comment out lines 130-134
> Clone the repository and open the file pong.py in Visual Studio Code> Use "W" and "S" to move the Left Paddle ( Paddle A )
> Use "Up" and "Down" to move the Right Paddle ( Paddle B ) [ Use only after commenting out lines 130-134 ]