I'm trying to make pong in Python with Pygame. However I can't seem to get the rectangle moving, is there any solution? My code: my code
I already tried a number of things, such as: pygame.rect.move
, rectangle.move
I'm trying to make pong in Python with Pygame. However I can't seem to get the rectangle moving, is there any solution? My code: my code
I already tried a number of things, such as: pygame.rect.move
, rectangle.move