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))
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))