Pygame-Tutorials icon indicating copy to clipboard operation
Pygame-Tutorials copied to clipboard

This is the code base for the pygame tutorials posted on my YouTube channel.

Results 7 Pygame-Tutorials issues
Sort by recently updated
recently updated
newest added

- fixed sound files extensions in .py file to be compliant with actual files extensions (changed from .wav to .mp3) - changed classes names to CamelCase - simplified boolean if...

Even in the github file there are syntax errors. I have encountered two errors. First one in the man and goblin collision function, pygame.display.update() has a syntax error and in...

removed self.right and used "not self.left" instead of it.

Fixing the issue of goblin getting hit even after death and hence increasing the score. Also Fixes The bullet disappearing issue after hitting the dead goblin