Creating a Mario style platformer in python with Pygame [and pirates]

Опубликовано: 28 Сентябрь 2024
на канале: Clear Code
97,722
1.7k

The intro video about how to create a 2D platformer in Pygame/Python. This is very much inspired by the Super Mario World games and you could use those graphics to remake them as well. The series will cover all the topics you need to create this project like: 2D cameras, collisions, animation states, level editors, switching between levels, efficient use of information and quite a bit more.

Videos in the series:
1 - Intro:    • Creating a Mario style platformer in ...  
2 - Player creation:    • Creating a platformer in Pygame with ...  
3 - Level creation:    • Creating a Mario style level in Pytho...  
4 - Overworld:    • Creating a Mario-style overworld in P...  
5 - User interface:    • Adding a health bar, coin indicators ...  

Project files:
https://github.com/clear-code-project...