PyGame Platformer Game Beginner Tutorial in Python - PART 3 | Player Sprite Walking Animation

Published: 04 December 2020
on channel: Coding With Russ
55,653
1k

In this Python tutorial I code a Platformer Game using the PyGame module. I'm going to cover how to use sprite animation to make the player walk

Code & assets on my website: http://codingwithruss.com/gamepage/Pl...
Alternative link: https://github.com/russs123/Platformer

Code for level editor: https://github.com/russs123/Platforme...


Note, sprites and sounds are open source:
Sprites: https://kenney.nl/assets/platformer-a...

Sounds: https://freesound.org/

Check out my other PyGame tutorials:
Space Invaders coding tutorial:    • Pygame Space Invaders Beginner Tutori...  
Flappy Bird coding tutorial:    • PyGame Flappy Bird Beginner Tutorial ...