#Pong paddles
1 messages ยท Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question ๐ค. Maybe it helps! In any case, a human is on the way ๐. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
It sounds like there may be an issue with how you are positioning or rendering the paddles in your game.
One common mistake is not properly setting the coordinates or dimensions of the second paddle, which could cause it to not appear on the screen.
Make sure you are correctly updating and rendering both paddles in your game loop. Check that both paddles have their own set of x and y coordinates, as well as width and height values.
Additionally, double check that you are not accidentally drawing the second paddle off-screen or behind another object.
If you are still having trouble, consider posting your code (or relevant snippets) on the discord server for others to review and provide feedback. This can help identify any specific errors or oversights that may be causing only one paddle to display.