Python Pygame: Pong Part 3

preview_player
Показать описание
#python #pygame #pong

In this video we recreate the classic arcade game pong using python and pygame! In video we get finish up our game and look at ways to customize it!

Link to Code:

Рекомендации по теме
Комментарии
Автор

a great video !! it helped me understand object-oriented programming in python and the basis of sprites in pygame

maximmikheev
Автор

can u please tell me how the game gonna be stop when player score 11 points.

kMuhammadKabeer
Автор

Question in the loop of the game where can I put startgame()

trashdude
Автор

Hi Mike, great tutorial! thank you. I did it by myself and then I watched your tutorial to see if what I did was similar. I learned a bunch of new things with your videos. One thing I still don't understand is that the interaction between ball and paddle seems to occur inside the rectangle, not at the borders, how could we fix that? And why it seems we need to keep off-setting the sides by some number to avoid the ball to disappear completely on the top /bottom? Thank you!

plinioferreira
Автор

Thank you for tutorial ! Very nice way to learn more python :D bettewn making django web :D

tomekkitespy
Автор

Thanks, that was pretty cool! how can we make this run at 60 fps? Is it running choppy bc the frames are set to render at default to match the pixel shift so for every pixel shifted 1 frame is drawn?

CheckmateStallioN
Автор

The paddle and the ball didn't appear at on only the black screen on window. How do I fix that. I have already double check the code there is nothing wrong then why doesn't the paddle and ball appear.

o...
Автор

When I did the step at 17:10 the points were still only being given to the player 1 points (left side). Can you help me with this?

sehejkumar