takonkle
Results
1
issues of
takonkle
Using code as is had "pygame.error: video system not initialized" upon window close Pygame tutorial website says to add (before line 3): pygame.init() So that all modules are initialed... May...