Creating a Mario-style overworld in Python with Pygame (and pirates)

Опубликовано: 31 Август 2021
на канале: Clear Code
78,689
1.4k

In this tutorial you will learn how to create a Mario-inspired overworld with Python in Pygame.

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

Timestamps:
0:00:00 - Intro
0:01:26 - Project preparation
0:07:48 - The overworld logic
1:01:35 - Game state management
1:22:41 - adding graphics and integrating the level

Other parts in the Mario platformer saga:
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...  

Introduction to Pygame (if you are lost):
   • The ultimate introduction to Pygame