How to make a platform game by clear code

A tutorial on how to create a 2D Mario-style platformer that covers all the fundamentals of this type of game: Level scrolling, collisions, player animations, dust particles and quite a bit more.

Timestamps:

0:00:00 – Intro & overview

0:02:00 – Setting up the level

0:25:29 – Creating the player

0:34:55 – Creating the player ‘camera’

0:42:12 – Making the player move and collide

0:57:44 – Animating the player

1:17:48 – Animation state management

1:46:34 – Dust particle animations

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


Subscribe to the newsletter for updates
Tkinter templates
Avatar My youtube channel

Twitter: @pythonprogrammi - python_pygame

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.