In this series I will show you step-by-step how to create this 2d platformer in Python using the PyGame module.
I will share all source code and game assets on my GitHub, see the link below.
Episode 4:
Using the PyTmx module to load the level that was designed in the Tiled editor into our game.
We will load the platforms layer, and create sprites for each of the tiles in this layer.
☕️ ☕️ No coffee, no coding! 🔥 🔥
If you like to support my work with a small donation:
https://www.buymeacoffee.com/CodingQuest
Thank you!!
GitHub:
https://github.com/CodingQuest2023/PyGameDev (/MagicForest)
Download
0 formats
No download links available.
4. Loading the level - Creating a 2D platformer in PyGame | NatokHD