Python Program: Pong Copycat

By carriekaler Apr14,2024

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.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to play/replay the game.
  3. Close the main.py screen. Maximize the output window.
  4. Make sure to click mouse on screen quickly before you navigate
  5. Left paddle control with ‘w’ and ‘z’ keys – Right paddle control with ‘Up’ and ‘Down’ keys

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *