How do I add a Circle that moves in this?
I'm a beginner at graphics and could someone help me add a circle above the purple half that moves with keys a and d?
[deleted]
should be something like pygame.draw.circle(color, color,color),(x,y)
and to make it move you need up update the location of its x cordinate when the key is pressed
ZeeMan
Ha ha it works but funnily
you have to change the coordinates of the circle each time the loop passes
@mwilki7 Thank you!