PygameForBeginners icon indicating copy to clipboard operation
PygameForBeginners copied to clipboard

A simple 2D python game designed to teach you the pygame module.

Results 22 PygameForBeginners issues
Sort by recently updated
recently updated
newest added

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

Right & Down key conditions are changed (line 72, 76, 83, 87). The spaceship images were rotated in the first place; therefore, the conditions for the right & down keys...

Was receiving 'pygame.error: video system not initialized' after closing pygame window.

I thought the game needed instructions. --> Created an instructions file

Thanks for sharing! It would be great if you could add the license so that people know what they can do with it (e.g. fork and add features).