I have written a code in Python with Pygame. And now, when I want to add a circle, it disappears immediately.
I don’t know what I have done wrong. I’ve already searched google, but didn’t find anything that helped me.
Here is my code:
https://pastebin.com/b8Wq8gn2
I added pygame.draw.circle()
in several places.
I expected it to just make a circle, but the circle has disappeared.
New contributor
Dev 707 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1