In this Python tutorial I code a Platformer Game using the PyGame module. I'm going to cover the addition of new levels and how to manage different levels within the game
Code & assets on my website: http://codingwithruss.com/gamepage/Pl...
Alternative link: https://github.com/russs123/Platformer
Code for level editor: https://github.com/russs123/Platforme...
Note, sprites and sounds are open source:
Sprites: https://kenney.nl/assets/platformer-a...
Sounds: https://freesound.org/
Check out my other PyGame tutorials:
Space Invaders coding tutorial: • Pygame Space Invaders Beginner Tutori...
Flappy Bird coding tutorial: • PyGame Flappy Bird Beginner Tutorial ...