Another great tutorial! Thanks for all the content, my programming journey is off to a fun start because of your work.
@CodingIsFun2 жыл бұрын
This looks great! Thank you for the tutorial! 👍
@tomkmb41202 жыл бұрын
Great tutorial, thanks so much. It just goes to show how such a 'simple' game seemingly to the user can still require a lot of thought, consideration and planning for what it is.
@pranavxd46062 жыл бұрын
Love your videos. Especially your cloning and ursina. Love to see more of ursina though!!!
@yourlinuxguy Жыл бұрын
Really Nice, video and clean code.
@gawan33902 жыл бұрын
Amazing video as always! Keep the nice work up! :D
@sonoel978 ай бұрын
Really neat joke there in 7:51, caught me off guard 🤣
@mouadhachemi80512 жыл бұрын
At 1:05:46 is that a new way of creating timers? or should I still use the method you explained in your Creating timers video?
@sudeshmalhotra8482 жыл бұрын
Very good tutorial but can you make a video for the road map of python so that I will not be confused while learning it
@sulai22792 жыл бұрын
Hey love your videos! Got a question what's the purpose of the Game class? isn't the same to write that part of the code outside of a class?
@centycebra44472 жыл бұрын
then you wont be able to use self. and also it makes the code cleaner and easier to access specific parts like if he wrote the rotate and animate code without classes it would be very complex to store all that code in variable because you cant call just some specific code you need to have a var or class for it hopefully you understand it
@بشارحسان-س3ق2 жыл бұрын
omg thanks
@sylvanfranklin69042 жыл бұрын
You deserve way more views. Honestly I think pygame is just a very niche topic and it’s hurting your growth (not that I mind, but I want you to succeed)
@sakthisivanesh68802 жыл бұрын
Pls make vedio on how to convert py files into apk and exe
@patrickslomian74232 жыл бұрын
Hi , do you use an website to get the animations , or do you make them yourself ? Can you recommend a website for someone who doesn't want to play with Photoshop for example ?
@yourlinuxguy Жыл бұрын
Hey pal, did you find any of those websites your talking about?
@patrickslomian7423 Жыл бұрын
@@yourlinuxguy hey, nope :(
@lifegoesmon10662 жыл бұрын
what codes can i add to create an intro screen?
@JoelSantos752 жыл бұрын
cool
@alphhs52602 жыл бұрын
Is it different video than the one you had unlisted?
@jampong1562 Жыл бұрын
how to fix no module named pygame??
@anantchandak95742 жыл бұрын
hey can you just make ursina game engine tutorial like you have done for pygame pls this video is too amazing
@qqlez2 жыл бұрын
he's made 2 ursina tutorials here is the first one: kzbin.info/www/bejne/enm2g5SMmrarf80
@lashprod96562 жыл бұрын
what do you use to code?
@qqlez2 жыл бұрын
he uses: language: python with pygame module text editor/IDE: sublime
@amburger19842 жыл бұрын
FIRST
@erentu28342 жыл бұрын
why not in Ursina engine :( ?
@sbinti11522 жыл бұрын
yoo nice shit ma bui
@grafaelzs97262 жыл бұрын
please make a metroidvania game
@sgblitzplayz20272 жыл бұрын
Second
@thomaspfaff10742 жыл бұрын
I got an error with the scale factor. full_height = bg_image.get_height () * scale_factor full_width = bg_image.get_width () * scale_factor full_sized_image = pygame.transform.scale (bg_image, (full_width, full_height)) ->TypeError: integer argument expected, got float in line full_sized_image Your github game has also an error. Sorry Game over!
@ClearCode2 жыл бұрын
I think the issue is that you are running an older version of pygame. If you want to fix it, change the last line to: full_sized_image = pygame.transform.scale (bg_image, (int(full_width), int(full_height)))
@thomaspfaff10742 жыл бұрын
@@ClearCode Yes, really. If updated Pygame and now this problem is over. Thank you. It works
@informallogic63882 жыл бұрын
@@thomaspfaff1074 No dice! I'm getting a similar issue, TypeError: 'float' object cannot be interpreted as an integer I've attempted full_height_int = math.ceil(full_height) full_width_int = math.ceil(full_width) full_sized_image = pygame.transform.scale(bg_image, (int(full_width_int), int(full_height_int))) ValueError: size needs to be (number width, number height) even full_width_int_doubled = (full_width_int * 2) self.image = pygame.Surface(full_width_int_doubled, full_height_int) ValueError: size needs to be (number width, number height) Fully updated pygame via pip
@HarbingerSh2 жыл бұрын
you shouldn't multiply gravity by delta twice
@aprameyarayabhari65582 жыл бұрын
third
@nicklansbury31662 жыл бұрын
Ninth 😉
@pirachithbastian24522 жыл бұрын
KSI
@pirachithbastian24522 жыл бұрын
Pirachith Bastian
@atampreethothi33022 жыл бұрын
@@pirachithbastian2452 Atampret
@АдилбекДинмухаммед Жыл бұрын
The author, please, I'm from Kazakhstan, I seem to have done everything right, but they say that there are no such game = Game () in the images folder. Can I contact you?