PyGame Endless Vertical Platformer Beginner Tutorial in Python - PART 2 | Create Player

preview_player
Показать описание
In this Python tutorial I code an endless vertical platformer using the PyGame module. I'm going to explain how to create the player class using object orientated programming (OOP) concepts

Credits for assets used:

Check out my other PyGame tutorials:
Рекомендации по теме
Комментарии
Автор

Is there a reason you didn't use a mask for collision detection? I am following along but trying with a mask!

Great tutorial none the less

Rastus
Автор

hello Russ i am having a problem with the game in 3:59 minute it tell me that player takes no argument can you please help me

learntocode
Автор

If anyone is having a problem with the player not rendering by the 6:00 point or so make sure that you have screen passed through the draw() function, seems like he's in weird pygame



also it tooke me an hour to realise that my player was being rendered offscreen :]

SophiaWoessner
Автор

I have a request. Can you please explain us to convert the game into a standalone executable desktop game?
I used cxfreeze but I am unable to load all assets into the setup file. Can you do this please??

swastiksarkar
Автор

hello there, Im having trouble with adding the images as it says file directory not found, although it was there. I also checked with your one on github and it had the same error. could someone please help me out?

dngaming
Автор

when is it recommended to use the sprite module?

ogif