PyGame Platformer Game Beginner Tutorial in Python - PART 9 | Creating multiple game levels

Опубликовано: 05 Октябрь 2024
на канале: Coding With Russ
37,017
613

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