#Pygame Error
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
New to game development, I was coding and was creating a window when I tried running it. It showed "pygame error : video system not initialized ". Please help
pygame innit?
pygame.init() is the required first line for pygame apps so just remember to have this line first
yeah what they said
Okay.. thank you so much guys