Pong Solitaire

Your browser needs java to view projects. Click here to install Java.

user_icon delza shared it 2 years, 6 months ago
388 views, 1 tagger, 5 people love it, 13 downloads, in 2 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
delza delza 2 years, 1 month 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 2 years, 2 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 2 years, 6 months ago

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

delza delza 2 years, 6 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* 2 years, 6 months ago

Such an interesting approach to pong. great idea!

Dude1 Dude1 2 years, 6 months ago

I got 30 and it is really hard

delza delza 2 years, 6 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...