0

My code is simple. I was trying to open the pygame window for a week. Every time I open, it crashes. My PC specs: Dual-core, windows 7, 4gb ram.

This is the code :

import pygame
pygame.init()
win = pygame.display.set_mode((500,500))
Rex Nihilo
  • 604
  • 2
  • 7
  • 16
  • 1
    Does this answer your question? [Pygame window not responding after a few seconds](https://stackoverflow.com/questions/20165492/pygame-window-not-responding-after-a-few-seconds) – Ted Klein Bergman May 03 '20 at 10:51
  • I guess your code does not crash, it simply terminates at the end of the script. – sloth May 03 '20 at 10:56

0 Answers0