Skip to content
Advertisement

Pygame displays a black screen

I did some research to see if I could fix my problem on my own but it has been fruitless so far. I’ve checked to see if I ran the .display command too much but I haven’t, the program will run without error but the screen appears black except when I close the window out, you can catch a glimpse of what it is supposed to display. Any insight into what is wrong? Help is greatly appreciated!

JavaScript

Advertisement

Answer

All you have to do is indent the last bit of code (the 11 lines under the comment Bullet Movement) one level in. Right now, it’s not under the while loop, which explains why the screen is black and why it only appears after you click the close button (which exits the loop and executes the drawing code). Hope this helps!

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement