100 Days of Code: The Complete Python Pro Boot Camp – Day 22 Project
Re-create the old Pong arcade game.
Paddles on left and right side.
Ball bounces off walls and paddles.
Player wins a point of the ball makes it beyond the other player’s paddle.
- Choose ‘Open in Replit’
- Select ‘Run’ to play/replay the game.
- Close the main.py screen. Maximize the output window.
- Make sure to click mouse on screen quickly before you navigate
- Left paddle control with ‘w’ and ‘z’ keys – Right paddle control with ‘Up’ and ‘Down’ keys