Having problems running script getting error: if event.type == pygame.QUIT: syntax Error
Advertisements So I’m following this tutorial: https://www.youtube.com/watch?v=Vg83OtRkevE and I’ve done everything the tutorial told me to but I’m still getting this error message when I run it: if event.type == pygame.QUIT: syntax Error (this was made in repl.it) my code is: import sys WIN_WIDTH = 800 WIN_HEIGHT = 600 TILESIZE = 32 FPS = 60… Read More Having problems running script getting error: if event.type == pygame.QUIT: syntax Error