Pong - Remake

Project Description

Welcome to this program made to resemble the classic Pong game.

Instructions: 
 - Move the paddle using the up and down arrow and avoid letting the ball go past the right edge wall. Your score will be monitored and given to you at the end of the game. If the computer paddle does not move, click the green flag one more time.
 -  If you notice that the game does not end after it goes past any of your paddles, click the green flag again to reset the code. 
 - You might also have to click and pause the game to change the variables.
 - If the ball runs too slow, you may change the speed variable value. Note that the default is 5. For the computer, 10 is the default, with lower numbers equaling a faster computer.

Minor bugs:
 - Click the green flag as: computer may not move; ball may not sense paddle border and signal end...
 - Do mind that if the ball seems to be "wiggling," either stop the program (restart) or move the paddle away.

PS: an edit was made on 2/6/25 to lower the chances of the player losing right after starting the game. The ball will now start from 0,0 (midpoint). A more detailed description is given to note how the code should be run and problems you may encounter.

Created February 5, 2025

Last updated February 6, 2025

Published February 5, 2025