0
Pygame window opens then close
What was the code for stable our pygame window
4 Answers
+ 2
You have to run a game loop(infinite loop) , inside that loop give the condition that if you press on close button then it close!
For more info see Pygame documentation.
+ 1
Search that error in Google you will get more details
0
Ok but they give me pygame.error: video system is not iniatiallized
0
Ohk bro