PyGame Platformer Game Beginner Tutorial in Python - PART 10 | Add a Score Counter and Display Text

In this Python tutorial I code a Platformer Game using the PyGame module. I’m going to ad a score counter and create a function for showing text on the screen Code & assets on my website: Alternative link: Code for level editor: Note, sprites and sounds are open source: Sprites: Sounds: Check out my other PyGame tutorials: Space Invaders coding tutorial: Flappy Bird coding tutorial:
Back to Top