I have been trying to loop music in an Android game written with PyGame Subset. This is what I have so far, it only plays the audio file once. I really want to use the built-in loop function , So t
Tag: Pygame
I tried to draw a rectangle in Pygame, but the color is flashing … why?
So, I tried Pygame again (still a beginner), I tried to draw a rectangle, but the color just flickered. (Turquoise on the orange surface) Why does this happen?
This is the code snippet: