Creating a Mario style platformer in python with Pygame and pirates
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: 2 Player creation: 3 Level creation: 4 Overworld: 5 User interface: Project files:
|
|