Discuss Scratch

KorbendallasTX
New Scratcher
3 posts

How do I make pong?

I'm new so I don't know how to code, and a friend told me to try to make pong so I need help and instructions on how to make it. Please help.
Yusei-Fudo
Scratcher
1000+ posts

How do I make pong?

What kind of pong project?
KorbendallasTX
New Scratcher
3 posts

How do I make pong?

Regular pong like the 2d pixelated game. With the ball and the 2 lines that try to get the ball to the other side of the screen.
jdmdigital
Scratcher
100+ posts

How do I make pong?

go to x: (0) y: (0)
point in direction (92)
forever
move (10) steps
if on edge, bounce
end

That is a pinball pong style. U can add more code, “or touch a paddle”

Then if y < -145 (below paddle) to take a point
The_Imaginarium
Scratcher
1000+ posts

How do I make pong?

https://scratch.mit.edu/projects/99412537/
Here is the scripts for the bouncing
KawaiiCutiee
Scratcher
6 posts

How do I make pong?

KorbendallasTX wrote:

I'm new so I don't know how to code, and a friend told me to try to make pong so I need help and instructions on how to make it. Please help.

Well since you are new you can click the tutorials button and then find the pong game and watch the video and follow the steps that is a useful and helpful way to do it
KorbendallasTX
New Scratcher
3 posts

How do I make pong?

When I view the tutorial it gives me the pong with the paddle on the bottom. I'm doing the pong with 2 paddles and on the sides.
TheAnomalousPseudo
Scratcher
1000+ posts

How do I make pong?

KorbendallasTX wrote:

When I view the tutorial it gives me the pong with the paddle on the bottom. I'm doing the pong with 2 paddles and on the sides.
Use the code given for the paddle and duplicate it.

Powered by DjangoBB