Pong Solitaire

Install Java to view this project right on your browser!

user_icon delza shared it 4 years, 9 months ago
420 views, 1 tagger, 6 people love it, 19 downloads, in 2 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
fickle fickle 1 year, 10 months ago

score : 376

delza delza 4 years, 4 months ago

Thanks for all the feedback. I'll try to incorporate it soon. I haven't had much time for Scratch lately, unfortunately, but I hope to do more with it soon.

EdnaC EdnaC 4 years, 5 months ago

Neat. Some improvements: Remove the wait statement in the "Ball" motion, move "1" step to slow it down. If the paddle is hit, move 8 (or so) steps (after turning) to get away from the paddle. Instead of looking for "When (key) pressed", use a forever loop that contains "if (right arrow), turn "X" degrees, if (lft arrow), turn "X" degrees".

ernestpazera ernestpazera 4 years, 8 months ago

I thinnk I've solved issues 1 & 2: http://ernestpazera.googlepages.com/PongSolitaire.html

delza delza 4 years, 9 months ago

Thanks, guys. I wanted to create a complete game in a short time. This took me about an hour in Scratch. The hardest part was figuring out how to rotate the paddle without sine and cosine functions!

andresmh andresmh* 4 years, 9 months ago

Such an interesting approach to pong. great idea!

Dude1 Dude1 4 years, 9 months ago

I got 30 and it is really hard

delza delza 4 years, 9 months ago

Hmmm. This works OK in Safari, but in Firefox I'm not getting key repeats. It's a *lot* harder when I have to hit the arrow keys over and over. Is anyone else seeing the same thing?

Please Wait...