The ultimate introduction to Pygame

  Переглядів 2,163,189

Clear Code

Clear Code

День тому

In this tutorial you will learn to create a runner game in Python with Pygame. The game itself isn't the goal of the video. Instead, I will use the game to go through every crucial aspect of Pygame that you need to know to get started. By the end of the video, you should know all the basics to start basically any 2D game, starting from Pong and ending with the first generation of Doom and Wolfenstein
Link to the project folder: github.com/clear-code-project...
Link to the background music: opengameart.org/content/5-chi...
Link to the artwork: opengameart.org/content/platf...
Timestamps
0:00:00 intro
0:01:06 How games work
0:05:06 What Pygame does
0:08:08 Creating a blank window (+ clock)
0:22:07 Displaying images (with surfaces)
0:42:22 Basic animations
0:51:28 Rectangles
1:03:47 Collisions with rectangles (+using the mouse)
1:15:38 Drawing with rectangles (+colors)
1:29:35 The player character 1: Keyboard input
1:35:58 The player character 2: Jumping & Gravity
1:44:23 The player character 3: Creating a floor
1:48:17 Creating different game states
1:56:03 Displaying the score (+measuring time)
2:06:15 Transforming surfaces
2:23:50 Better enemy spawn logic (with timers)
2:49:33 Animating the player, the snail and the fly
3:09:01 Using the sprite class (OOP in Pygame)
3:42:57 Adding music

КОМЕНТАРІ: 1 800
@dennisjeske3629
@dennisjeske3629 2 роки тому
I just turned 60, I've been a technologist my entire adult life and have taught many "programming" courses (proprietary languages) for several fortune 100 companies but I'm relatively new to Python. I have to admit my first thought was, this person has a lot of nerve putting out an almost 4 hour video on the subject. I have to admit, when you're good, you're good and you are really good. I did the entire 3:47:57 over the course of 3 days and I got lost one time, _init_ instead of double underscores __init__. That's it. That was the one thing I screwed up, otherwise I learned a ton of new stuff and I'm, really pleased with how it all worked out. In my experience, it's pretty rare in these type of videos for the finished product to look like the author intended but you nailed it. Can't wait to learn more from you. Thanks! All the best, Dennis.
@matyaspolzer5887
@matyaspolzer5887 2 роки тому
Thanks to your comment i was able to find out why did the code reached a recursion limit- i wrote init with two Ns 🫠
@theonlydhruv7888
@theonlydhruv7888 Рік тому
Yeah, that got me too, I think __init__ is for function, though
@stpedro-ht9ng
@stpedro-ht9ng Рік тому
Python is the way. Every time I try to follow C++ tutorials, there's always version incompatibilities and compiler errors.
@hybridknight2531
@hybridknight2531 Рік тому
@@matyaspolzer5887 pretty hard innit mate
@vanoelizbarashvili6655
@vanoelizbarashvili6655 Рік тому
@@hybridknight2531 lol
@MachineVersatile
@MachineVersatile 2 роки тому
Seriously you do great job because: + explaining logical parts on seperate screen and then go into implententing + you make a chance to code by yourself + you just use simple drawing on screen to make code and logical parts more understandable + video is split on some smaller parts + tempo is accurate
@stefotsufurema13
@stefotsufurema13 2 роки тому
Yeh thats right
@costelinha1867
@costelinha1867 2 роки тому
I also like the fact that he makes videos talking about individual mechanics, as they can be used as ideas for smaller exercises for practising pygame.
@nowifi3266
@nowifi3266 Рік тому
for more experienced programmers, use 1.25x speed since u dont have to make sure u catch and understand everythin
@nowifi3266
@nowifi3266 Рік тому
@Ar! / Penyuin i meant that clear code is explaining eveyrhting so sometimes for more experienced programmers, if you put the speed to 1.25, you can go through a bit faster without worrying ur missing things. if u dont understand what clear code is saying, u dont have to set the speed to 1.25... it was just a suggestion
@goi4246
@goi4246 Рік тому
Agree great at teaching/showing/explainging, not to much, one by one, calm and a steady tempo
@alexc1485
@alexc1485 7 місяців тому
Love that you release an amazing, 4 hour tutorial like this and it just ends abruptly with, 'so I hope that was helpful' 😆
@somethingwrong2595
@somethingwrong2595 Рік тому
I can't believe that you actually uploaded this free for everyone. This is one of the greatest tutorials I've ever seen. Thank you 💜
@KeepCalmCapybara
@KeepCalmCapybara 11 місяців тому
Indeed! I'm most impressed. I was able to learn so much by this simple tutorial. No, this is not a simple tutorial, it's actually a real mini course about the basics of python game and python itself.
@BrunoVisnadi1
@BrunoVisnadi1 2 роки тому
Gravity in the real world makes objects to fall quadratically, not exponentially. Your implementation of gravity is actually physically accurate.
@connorschultz380
@connorschultz380 2 роки тому
It's mostly because of mario we do that- because if mario fell accurately he'd fall really slowly
@erdenejargalbattulga2891
@erdenejargalbattulga2891 2 роки тому
If something has a mass and if you make it faster its mass will increase and if that thing is going down it will go down faster in every second
@connorschultz380
@connorschultz380 2 роки тому
@@erdenejargalbattulga2891 the effect of said supposed change in mass is so negligible it's passed off in a rounding error
@almond5560
@almond5560 2 роки тому
@@erdenejargalbattulga2891 only significant the closer you go to the light speed....
@peafster
@peafster 2 роки тому
1:36:19 He already knows this lol
@melloirl
@melloirl 2 роки тому
Never before have i experienced such a fun and pleasuring learning experience on any kind of video tutorial ever. I can only thank you for you effort, this is now to me the definition of quality content.
@nats.3183
@nats.3183 10 місяців тому
+
@gabymaymo8482
@gabymaymo8482 2 роки тому
46 minutes, I am coding along the video. This is already my new favourite channel of youtube man ! The clarity of speech. The time given for self exercises. This channel is too much !! You are the boss
@therealdyer
@therealdyer 2 роки тому
This is absolutely fantastic. So well explained. Slowly but interestingly dealt with and so I feel like I'm actually learning fundamentals and can come back to this on my own at a later date and actually create my own stuff! I'm so happy that this has so many (well deserved) likes and views. Thank you.
@Ouvii
@Ouvii 2 роки тому
Hahaha, how is it so hard to find programming education like this: the teacher actually spends time explaining concepts instead of explaining lines of code with fruits, colors, and animals while glossing over important material. You are a godsend.
@Anto-xh5vn
@Anto-xh5vn 2 роки тому
Lol 🤣🤣 Fruits colours animals 🤣🤣🤣 This had me laughing for a good minute
@LawrenceAaronLuther
@LawrenceAaronLuther 26 днів тому
haha you're barely diplomatic but said it way better than I could have
@mixlaproduction
@mixlaproduction 2 роки тому
The quality of your videos is out of this world CC! Relaxing, valuable and the way you explain things is top notch. I'd like to see a short 2D dungeon-like RPG level game idea with a simple scene changing - that would be a challenge :D P.S. I miss your background tutorial music you used in flappy bird ^^
@ClearCode
@ClearCode 2 роки тому
always happy to see you here and thank you so much! I am working on some more advanced games, and a rpg style game is definitely in there but the sooner ones will be space invader and a Mario clone :) And half the people like the music and the other didn't, I don't really know if it should be there or not ^^ How is your game dev journey going by the way? I bet you made something cool already!
@sylvanfranklin6904
@sylvanfranklin6904 2 роки тому
@@ClearCode Also could you cover custom menu bars? That would be great
@V3C._
@V3C._ 2 роки тому
Exactly! A 2D Retro Survival RPG game would be so cool, if the story line is also great, then life is complete :)
@mixlaproduction
@mixlaproduction 2 роки тому
@@ClearCode It's going really great! As a fan of the Apple tech, I started doing iOS app development. Some of the first projects were the Pong game inspired by your video, lol. Having some solid programming knowledge, I'm planning to start a new channel about making apps to share my dev journey. Perhaps we would cross our content sometimes in the future. ^^
@MrMinevision1
@MrMinevision1 2 роки тому
@@mixlaproduction WHAT? Do you think it'd be possible for you to teach me or like could you tell me how to begin developing apps in python and begin learning this stuff? I stumbled on this channel months ago but post poned it until my school was on break thats why I'm gonna go through this video and code my own project then just code everything this guy has on his channel.
@grandparick3176
@grandparick3176 6 місяців тому
Your videos literally seems like magic. It's amazing how you go step by step on each process and also give us exercises to try on our own. I hope you keep making more videos and your channel grows exponentially.
@flor18gatar
@flor18gatar Рік тому
I can't put into words how much I appreciate you putting out this video, and the pace at which you explain things for beginners like me. Thank you so much. I wish you all the best.
@thenamesloca
@thenamesloca 2 роки тому
I started at a more difficult tutorial of yours that I was loving but could not get past an issue I was running into. Starting back from the beginning and solidifying the basics with this video helps so much. From all the videos of yours I've followed I have always loved how clearly you explain these concepts. You make it easy to understand! Thank you for all your videos! I can tell I'm learning especially when there is an urge to clean up the code while working through it, when at one point I didn't even know that was a thing!
@Jack_______oh
@Jack_______oh Рік тому
I'm halfway through and I really appreciate your teaching style. You move quickly but explain everything and why you're doing it. I'm trying to make a top down RPG game so I find it helpful to learn from a tutorial that's doing something different so i have to actually think about the concepts.
@willernst
@willernst Рік тому
I'm new to the channel, and absolutely impressed with the quality. The pacing and detail of this video; course, really; is phenomenal. Great job!
@Josh5698
@Josh5698 6 місяців тому
this video has explained Python better to me than 3 months of university lectures
@OrangeDied
@OrangeDied 2 роки тому
This is one of the best tutorials I've watched. He explains everything and makes it really easy to visualize how it works, and different ways to use it. This is one of the few long tutorials I've followed to the end, and I enjoyed every second of it. 10/10, would recommend.
@dominiquetheodore3179
@dominiquetheodore3179 Рік тому
Thank you for this tutorial. It's the first time I've watched a 4 hour tutorial back to back, and every minute was packed with value. Great job!
@albaselstudios
@albaselstudios Рік тому
i 've been through a lot of programming courses, but your course is so different , simple ,concise and straight forward . keep the great work
@masonpeck5252
@masonpeck5252 2 роки тому
This was excellent! I've just jumped into programming in Python and this tutorial is exactly what I was looking for. Kudos and thank you!
@jinwankim7726
@jinwankim7726 2 роки тому
Dude I just started looking to learn how to make games with pygame and I am so thankful that you uploaded this at such a perfect timing
@ugib8377
@ugib8377 6 місяців тому
Your tutorials are top notch my friend. Comprehensive, both theory AND code, and the big kicker is the exercises. I did the first few hours of 3 different Python for Beginners courses before finding yours. Took me a few weeks, but I finally finished it. And now here you are teaching me Pygame in the same comfy, and well detailed learning environment. Thank you so much for the time you take to make these videos!
@ngv2646
@ngv2646 3 місяці тому
I really can't express how happy I am to have found this video. I had been dabbling with learning programming, and using python in particular, but every course or lesson I found online was so abstract that it was difficult for me to follow along. This was genuinely so helpful to just follow along and learn with, that I feel more confident after this 4 hour video than I did after completing CS50, and I can't praise you enough for that!
@sylvanfranklin6904
@sylvanfranklin6904 2 роки тому
I love how ur aesthetics also carry over to the games you make
@aw18473
@aw18473 5 місяців тому
What an excellent tutorial! I finished almost a third of it and I am following the instructions without any obstacles. Well done!
@yoAntosss
@yoAntosss Рік тому
You are such a great teacher! Giving examples and time to do it on our own helps with the learning and lets us use what we already know. Thank you!
@oldspice105
@oldspice105 Рік тому
Amazing video, I've now added your Zelda and mario videos to a playlist and will be following along! I'm especcially excited for the Zelda clone video!! The best thing about your explanations is this; when you wanted to add a new feature you added it in a easy way just to get it in the code, but the more complex the game got, you had to go back and update the previous code so it worked or was more effcient. I really found this actually showed the workflow of a gamedev and it was great to see! Its a great lesson because it teaches different techniques but also allows creativity to blossom. Amazing work!
@ayanhaider5579
@ayanhaider5579 Рік тому
Never have I even paid this much attention to an online video tutorial. thanks for making it easy to understand. keep up the good work!
@generalpo8803
@generalpo8803 2 роки тому
I’m learning how to code in Python at school and this video has been very helpful for my final project, I can’t enumerate how thankful I am for Clear Code and his tutorials, they’re amazing
@joefreundt
@joefreundt Рік тому
I knew about 60% of what you explained and I still watched every second of the video! Your structure, tone and patience is admirable. Thank you for creating this content!
@cryelectric
@cryelectric 3 місяці тому
I have to say that your tutorials really stand out from the rest in terms of quality and learning speed. Everything always works as you specify and remains understandable. The Godot 4 tutorial was great, and I think this one is also very good. Thank you for that.
@randomstufdude
@randomstufdude Рік тому
I love the way you structure your videos. its like ok i just taught you and showed you now you try to do this part on your own, and guess what, i did it on my own.
@ddonnie
@ddonnie 11 місяців тому
(note for myself) 1:10:00 mouse stuff 2:23:50 enemy logic 2:50:00 animation
@mosdev1663
@mosdev1663 8 місяців тому
probably indent errors ;)
@leer2064
@leer2064 6 місяців тому
don't mind me using that too
@valentimafonso8351
@valentimafonso8351 5 місяців тому
waht a
@merkasable
@merkasable 3 місяці тому
Hi, I just want to say thank you for making tutorials like this! I've always wanted to try my hand at making games. I followed your python tutorial and now this one and I love your style of teaching. The way you present the information, then show it in code and leave exercises for the viewer is very helpful. I plan to watch your piedew valley and zelda tutorials after this, but first I'll try making some easy games myself to solidify your teachings. Cheers!
@arthurmott2800
@arthurmott2800 4 місяці тому
Dude I have been following you're tutorials for a while and they are fire keep up with the good work! :)
@dawsonhunt
@dawsonhunt Рік тому
Just finished watching and coding along with this video; I have officially created my first video game! 🎉 Very impressed with your channel, and I look forward to creating more projects from your videos and becoming a better programmer!
@plasmavoid1658
@plasmavoid1658 2 роки тому
Best tutorial Honestly I'm new to pygame and this has taught me soo much other tutorials are hard to follow but this is easy to follow i love showing my parents and friends my progress thank you
@anitabui6265
@anitabui6265 3 місяці тому
This is such a great tutorial!! I never leave comments but I have to thank you for explaining everything so clearly and explicitly. I was starting the pydew tutorial and almost didn't do this one because I followed a few pygame tutorials before, but this one really helped me actually understand what I was doing lol. Thank you!!
@feepants4495
@feepants4495 7 місяців тому
I absolutely love the tutorial. I've done a far share of Unity and C# tutorials, but none have been close to as helpful as this. You're clear, make it simple, and the exercises really help problem solving. I feel like I know so much now compared to other tutorials. You've easily earned a sub. Thanks so much
@Anastasia-jn7tv
@Anastasia-jn7tv 11 місяців тому
I just finished coding along this project, it took me about a week, and I'm very proud of myself and how the game turned out! Thank you so much for this awesome tutorial! Will be tackling next ones soon!💯
@lunge1
@lunge1 2 роки тому
You are an amazing teacher. This tutorial is the first one I found that explains everything in the most meticulous details. Thank you!
@techtips9831
@techtips9831 2 роки тому
Yes I have followed many pygame tutorials but this is the best one because he explains everything...
@gopalmeshram6689
@gopalmeshram6689 18 днів тому
Unn G
@ventousemoustachue
@ventousemoustachue 2 місяці тому
This video was a blast !! Not only the quality but the nice pace, the exercises, the explanations... everything was wonderful. I just program for fun whenever I feel like it, and now i'll watch your 8h video making a Zelda style game since it brought me here in the first place ^^
@woutslosse9776
@woutslosse9776 Рік тому
Decided to learn pygame for fun. Have to say that I was losing motivation before I found this video. Explained simply, not overcomplicated and not too fast. Really helpful that you explain the idea before implementing the code. You gave me a ton of motivation to learn again! Thanks!
@chaneychane9339
@chaneychane9339 2 роки тому
I've watched the entire video and I want to say thank you so much! This tutorial is really great. The explanation is easy to understand and I especially love how there are exercises in between which I don't see much in other tutorial videos. I have so much fun coding this !
@wheeup
@wheeup 2 роки тому
This is teaching at it's best. You are truely a talented educator! Thanks for your effort! Instant subscription
@JuampyRabino
@JuampyRabino 2 роки тому
Awesome tutorial!! It gives a solid starting point. Congratulations man! Really appreciate the effort !!
@michaelwallace9461
@michaelwallace9461 Рік тому
This is a great tutorial. I am still in the middle of my python course on Udemy (still making a black jack game - just using the in built python modules) but one goal I have is to make a simple turn based xcom style game based on Stargate and this really opened up my eyes into what is possible. Thanks very much
@robertmanigault625
@robertmanigault625 2 роки тому
I just discovered this tutorial. I'm only 47:46 into the video and I can already tell that this is by far the best video tutorial I've seen to date on UKposts. The presenter is clear and concise. He explains what is going on in the program/code without being overly technical or simplistic. I'm a fairly good Python programmer and decided to expand my knowledge into game development. All I can say is "Wow!" I'm looking forward to completing the entire tutorial.
@foreignwarren7361
@foreignwarren7361 2 роки тому
You should move to Godot, pygame is DEAD
@foreignwarren7361
@foreignwarren7361 2 роки тому
@@beepbot lol I looked at pygame about 5:years ago. It's all dead social media and the forums, questions never got an answer....you know that there is no more development on the framework right?
@pidro1954
@pidro1954 Рік тому
@@foreignwarren7361 no one asked
@foreignwarren7361
@foreignwarren7361 Рік тому
@@pidro1954 so what, doesn't change the fact pygame is shit and a waste of time....trying to save folks.
@m.masoom9893
@m.masoom9893 Рік тому
@@foreignwarren7361 wtf are you doing here then ?
@chrisatronx
@chrisatronx 2 роки тому
Really good tutorial, out of every coding tutorial on youtube, this has captivated me the most. Keep it up!
@subarunatsuki1902
@subarunatsuki1902 2 роки тому
Yeah definetly
@jakekitzmann2288
@jakekitzmann2288 Рік тому
This is hands down the best programming tutorial I've ever encountered. Thank you so much!!!
@AlindaeliaGamez
@AlindaeliaGamez Рік тому
This excellent tutorial has sparked a joy that I didn't even know existed. I am now learning C# and how to code in Unity. Thank you so so much for making such free awesome content!
@xyzxyz6095
@xyzxyz6095 Рік тому
You Sir , are a gift for this planet,the way you are explaining it is just awesome. I prefer watching you doing this game that watching Netflix! I'm not even a code developper, braught here by the UKposts algorithm and I'm very thankful to find your channel, Sir. Thank you for your existence and your generosity for sharing your methods with the rest of the world. Salutations from France.
@PeaceLoveandMolotovs
@PeaceLoveandMolotovs 5 місяців тому
This was the clearest and best explanation of python I have ever seen
@gaWalt
@gaWalt 7 днів тому
I've just started learning pygame and developing game apps. I found some tutorials, on you tube, that were good but yours are excellent! You're very precise and explain every step of the way, clearly. Thank you for these excellent teaching videos.
@mrg4234
@mrg4234 Рік тому
Watched 32 mins so far and this is the best tutorial I've seen, liked and subscribed.
@jamesbondisamonkey
@jamesbondisamonkey Рік тому
Really great teacher. You are very helpful to the community and anyone who wants to learn.
@krypton9378
@krypton9378 2 роки тому
there is no way this tutorial have this less view !! it explains so easily !! its quality is too good than any other pygame turtorial ! Thank you so much for this awesome video !! It deserves much more !
@peenywallie
@peenywallie 2 роки тому
Good morning Sir !!
@subarunatsuki1902
@subarunatsuki1902 2 роки тому
​@@peenywallie What a Great Weather we have !!
@AvenMakes
@AvenMakes 10 місяців тому
This was amazing. I only knew how to code basic text games, but never about the animation. Now I do. Thank you so much!
@kevingoldfarb620
@kevingoldfarb620 Рік тому
One of the best tutorial video projects I've ever watched. Thanks!
@snowman_student
@snowman_student 2 роки тому
You make alltime great tutorials on coding with clear code, All love it Please continue uploading, And come up with more awesome tutorials, Always suppor
@jstro-hobbytech
@jstro-hobbytech Рік тому
lost my house to recent hurricane fiona. watching your videos kept me going now im following along to up my pygame skills. by far the best way to get good at python. thank you
@ClearCode
@ClearCode Рік тому
Hey, thank you so much and so sorry what happened to you, hope things are getting better now!
@jstro-hobbytech
@jstro-hobbytech Рік тому
@@ClearCode least I could do brother.
@itsmealex117
@itsmealex117 Рік тому
Great tutorial, super easy to understand and just at the right pace. Getting started with Pygame was a breeze thanks to this tutorial. 👍
@isabellam1936
@isabellam1936 8 місяців тому
You worked extremely hard on this and it shows! Thank you so much for putting so much beauty out into the world and making a difference.
@amj.composer
@amj.composer 7 місяців тому
I'm really weary of falling into tutorial hell, but you told us the inner workings so well that I seriously have been confident enough to do my own stuff after this tutorial. Thank you so much this might be the best programming tutorial I have ever seen.
@liangchen4679
@liangchen4679 7 місяців тому
same feeling bro, 30mins in finally found a good tutorial. Subbed, following this guy from now on :)
@amj.composer
@amj.composer 6 місяців тому
@@liangchen4679Yeah! I ended up making a simple snake clone after this video and then switched to MonoGame. Stuff I learnt in this videos still applies to MonoGame, so you really can't go wrong with this.
@aphievel
@aphievel 2 роки тому
Thanks CC. Great course 👍. One suggestion though, when you plan on overwriting code like you did while you explaining the sprite class, it would be easier to understand if you deleted the redundant code. Other than that this is top-notch stuff!
@alexeilazarev9576
@alexeilazarev9576 Рік тому
Thank you very match, Sir! Started watching your video as complete zero in pygame. Walked all the way through by hands and finished as someone who can do something. You are an amazing teacher. All the best wishes to you!
@omegaminoseer4539
@omegaminoseer4539 6 місяців тому
@Clear Code, thank you so much for the PyGame Tutorial. As an out-of-practice OOPython Programmer, I was going to use Encapsulation for the MANY Sprite similarities. However, you beat me to the punch and made it possible for me to practice my own OOP Experience against yours. Thank you so much for both the challenges and the video as I worked on my GameJam for the month. It really meant a lot!
@Kyubataubhai
@Kyubataubhai 2 роки тому
Everything was making sense until 2:30:01 when better enemy logic came and destroyed me 😂 EDIT: I WENT THROUGH IT AND ALL OF IT DID MAKE SENSE AND NOW I HAVE A AMAZING GAME
@LimitydTech
@LimitydTech Рік тому
"We could run this" *Me: running it* "But you won't be able to close this" *Also me: Ah shitt*
@nickk1624
@nickk1624 Рік тому
you're the bestest best person in this world. this is amazing.
@TestyCool
@TestyCool Місяць тому
Relaxed pace, well explained, Give problems to solve with what you have learned so far. Truly top tier tut.
@somebody6837
@somebody6837 2 роки тому
Now that you have a solid introduction for pygame, will you make an intermediate-level tutorial that includes the use of classes and more slightly advanced topics?
@ClearCode
@ClearCode 2 роки тому
yes!
@vedantamazumdar4861
@vedantamazumdar4861 2 роки тому
@@ClearCode yay!
@subarunatsuki1902
@subarunatsuki1902 2 роки тому
@Qki Would love to know that too
@browniboi2908
@browniboi2908 2 роки тому
It's coming soon... right?
@alozyyy
@alozyyy Рік тому
Day 1 (23/02): 22:25 Day 2: 1:29:34 Day 3: 2:23:38 Day 4: end
@LynAthras
@LynAthras 3 місяці тому
Huge thanks for such a wonderful introduction not only to the pygame module but also to the world of gamemaking! You're great!
@coder4060
@coder4060 Рік тому
Really enjoyed this with the pace and explanations, incredibly helpful. Thanks!
@invictus2207
@invictus2207 2 роки тому
Hey can you make some games using OOP? I've been doing some of your tutorials and well they end up getting really messy for me, and it would just be great if you start teaching us how to implement OOP to keep our code more organized.
@skkid7799
@skkid7799 Рік тому
Canal tão injustiçado. O cara faz um vídeo completão desse na línguagem mais popular do mundo na biblioteca de jogos mais completa nessa língua e ainda é inglês pra literalmente todo mundo aprender. Mas tão pouco inscritos e likes e relativamente poucas views... Não faz sentido! Falo por mim como brasileiro, esse canal é esplêndido! E tenho certeza que o sortudo que achar esse canal vai falar o mesmo. Continue com o bom trabalho que os apreciadores de verdade vão te agradecer imensamente!
@gustavo3220
@gustavo3220 Рік тому
Pro nicho que é programação + python + game development, o video é relativamente bem popular até.
@gustavo3220
@gustavo3220 Рік тому
Mas realmente o canal devia ter muuuuuuuuito mais inscritos
@bobthetem7892
@bobthetem7892 Рік тому
Thank you so much for this video! I've been wanting to make video games for a long time yet had never started because I thought I'd needed to be a lot better at programming in order to start, but this video has helped a ton for understanding Pygame and core concepts for game programming :D
@peenoos
@peenoos Рік тому
this is amazing! bout to binge all these learning python your style and flow is superb thank you
@emperor8716
@emperor8716 10 місяців тому
I think here at 2:04:10 we can just change the first variable in score_surf to currentime//1000, no need to change 2 lines and convert to integer, it works perfectly.
@pfever
@pfever Рік тому
2:04:17 You could have use the integer division operator // instead of /, and doing the conversion in a separate line, so you don't need to do it in different places in the code, like this: score = pygame.time.get_ticks() - start_time score = score // 1000
@paramjitsarkar6414
@paramjitsarkar6414 Рік тому
Or score //= 1000
@paramjitsarkar6414
@paramjitsarkar6414 Рік тому
Or score = (pygame.time.get_ticks() - start_time) // 1000
@endtropi
@endtropi Рік тому
Hello there! I am learning python for the last months, i came across with many video tutorials, your teaching method is great, you explain every point of your thought, and that's the way for students to proceed. I am watching this video again again, taking notes, great reference video. Keep up the good work, and feel great about this. thank you
@sevdaakari5677
@sevdaakari5677 6 місяців тому
Finally, I've found a video with 100% detailed explanation for every step and even more! I now understand how pygame works and it made my life so much easier. Thank you so much for your kind help for those of us, who really needed this tutorial.
@caliburmusic2408
@caliburmusic2408 4 місяці тому
1:59:58 you need to call your function which is (display_score) inside your game_active , then you see timer on your screen ❤ 2:35:01 #obstacle_movment obstacle_rect_list = obstacle_movment(obstacle_list) not obstacle_rect_list😊 3:07:11 if you still have problem with fly animation use this in your game_active : if event.type == fly_animation_timer: fly_frames_index = (fly_frames_index + 1) % 2 fly_surf = fly_frames[fly_frames_index]😊
@usmarine9603
@usmarine9603 3 місяці тому
I did all the requirements for the 1st one, but it still doesnt show the score, it doesnt even appear on screen when I remove the rest of the elements, and the coords are correct,, is there anythingf needet to import or something?
@usmarine9603
@usmarine9603 3 місяці тому
Update, i found out that the error is in the -score_surf=test_font.render(str(current_time),False,(3,68,24))- line, which doesnt display the numbers. I tried displaying 'clock' instead of 'current_time' and it appeared on screen as . Also, when I start the program, the spaces in (fps= . ) are smaller for the first couple of frames, so obviously the numbers are invisible, I think my font didn't support numbers
@usmarine9603
@usmarine9603 3 місяці тому
That was the solutipon, I had to use anothert font sorry for bothering ;)
@kirannambiar1883
@kirannambiar1883 Рік тому
Hi Clear Code. I have been having a problem in this tutorial recently. At 1:21:17 in the tutorial, you are making a bigger rectangle relative to a already declared rectangle using the width parameter in the draw method. When you did this, it added a border instead of a rectangle, and it was larger than if you drew the rectangle without a border. The border was also hollow, so you put in another rectangle to fill in the space. In pygame version 2.1.1, I think this was changed, and when you try to put a border now, the border wont be larger than the original rectangle, it will fill in the rectangle a bit instead, leaving part of the center hollow. This means you can't make the rectangle bigger relative to another rectangle using this method. Do you have any other idea of how to do this instead? Edit: I finally realized there was a thing called the INFALTE method. I didn't realize that lol hahah
@Dracanus1
@Dracanus1 Рік тому
Hey, where did you use the inflate method? For me it's not working properly.
@LemonPengu18
@LemonPengu18 Рік тому
@@Dracanus1 To make the rectangle bigger now, you can type the next line pygame.draw.rect(screen,'Pink',score_rect.inflate(10,10)) The numbers are x and y respectively. It can be changed however you like.
@47f0
@47f0 Рік тому
@@LemonPengu18 - This seems to work - On Linux running pygame 2.1.2 (SDL 2.0.20, Python 3.10.6) It feels like it should throw some kind of deprecation warning, because this probably breaks existing code (as if Python 3 didn't break existing code...) Thanks.
@viatori5566
@viatori5566 Рік тому
For anyone wondering about the inflate method and how to get your boarder to round, the documentation covers that under drawing rectangles. What I ended up using was this: pygame.draw.rect(screen, 'Pink', score_rect.inflate(12, 12), border_radius=10) Edit: As far as I can tell you can do this with just one line. You dont need one with and one without.
@farresalt4381
@farresalt4381 9 місяців тому
Thanks, that was an issue I was searching an answer for too.
@dogushangunduzer5659
@dogushangunduzer5659 7 місяців тому
dude such a start and general attitude, great lecture for both practical and theoritical aspects! keep up! seriously so good!
@kenjyfukuda
@kenjyfukuda 11 місяців тому
This tutorial is an indisputable ultimate introduction to Pygame which I enjoyed very much. Thank you!
@michaelculley5607
@michaelculley5607 2 роки тому
First of all, thank you for putting so much time into this. I really learned alot from your tutorial. I'd like to provide you with some constructive criticism if I may. Take it from a guy who watched all 4 hours of this. I appreciate how thorough you were and how you walked us through your thinking and mindset. However, you really started to lose me in the end and following this tutorial became painful. Many times you would go so fast and then test the game that I'd have to rewind and often I missed steps because you went so fast. I mustve had at least 20-30 errors that I had to figure out on my own because I was trying to keep up with you so much that I wasn't really paying attention to what I was doing. That also makes it very difficult to learn. I understand this isn't for the beginner but if that's the case, you shouldnt have did everything so manually at first then make it so simple at the end. All the back and forth had me losing track and it was very scatter brained. All that being said, I still do think you did a great job but in the future perhaps consider your audience and how they may be slower than you. Give them time to catch up before scrolling down 90 lines then scrolling back up 50 lines etc. Also maybe plan the video better ahead of time so it's not so all over the place. You still earned my like and sub.
@piyushkawade6940
@piyushkawade6940 2 роки тому
You are exactly 3 weeks late😭 I needed a tutorial like this 3 weeks ago. I made this Tron game.. this video would have made it way easyy. Anyways I am making different games now.. this video surely will help me a lot🖖 Great Video!
@mcstudios9585
@mcstudios9585 Рік тому
thanks for the great tutorial haven't seen a better one yet!! my brain hurts now because of all the annoying mistakes that I made. You're definitely my favourite programming channel so far :)
@SourMnMs
@SourMnMs Рік тому
This tutorial left me actually wanting to come back after taking breaks every like 45 mins, and you explain it really well!
@rodrigocarballo335
@rodrigocarballo335 Рік тому
if you have the "no video mode has been set" problem, at 3:15:10 You need to create your player (3:14:15) AFTER you define your screen: (screen = pygame.display.set_mode(x, y))
@ujjwalchib11
@ujjwalchib11 9 місяців тому
thanks a lot dude,I was so frustrated because of this issue
@giberi
@giberi Місяць тому
AttributeError: 'Player' object has no attribute 'rect' :(((
@MrMinevision1
@MrMinevision1 2 роки тому
I'm gonna try make basically a clone of mario using this tutorial hope it goes well.
@brownboycuh
@brownboycuh 2 роки тому
send link plz
@kumaramit76
@kumaramit76 2 роки тому
same :P
@vikramsathish1245
@vikramsathish1245 2 роки тому
im trying to make a clone of geometry dash with this video
@jasonsworld333
@jasonsworld333 2 роки тому
DiD ot go well?
@Akh608
@Akh608 5 місяців тому
This was a great introduction to pygame. It might get a bit confusing towards the end, but it actually helped me a lot as it was my first time using pygame and found it quite clear in explaining each of the things we were doing. In these more complicated parts, it was actually enough to simply pause it or even replay that part to understand what was happening. Even the part which can be a bit more confusing, it actually helps to understand and "build the ideas up". Thank you so much for this.
@ClintWilcoxen
@ClintWilcoxen 2 місяці тому
You sir are a great instructor/teacher. Thank you for your explanations as you teach.
@ondralukas9007
@ondralukas9007 2 роки тому
"Please dont call the code right now" Me who already did that: -_-
@kiwilemon8639
@kiwilemon8639 2 роки тому
same
@SkyFly19853
@SkyFly19853 2 роки тому
Do you know how to select multiple units like in a RTS game and deploy them on a 2d map?
@masExz
@masExz 2 роки тому
hehe that would be interesting to know :)
@ivan_bibuh
@ivan_bibuh 2 роки тому
Nothing hard, just get selection square bound, iterate over units and add them into a list of selected units
@matiasrondan
@matiasrondan 9 місяців тому
One of the best tutorials I did, thank you so much, excellent work, I learned a ton of stuff. Thank you man, really appreciate it.
@aminebelbahar1086
@aminebelbahar1086 Рік тому
Thank you for your tutorial and the effort you put in. Very explanatory and easy to follow.
@mladengavrilovic8014
@mladengavrilovic8014 5 місяців тому
Instructions unclear accidentally made minecraft
@SweetieThePug
@SweetieThePug Місяць тому
😂😂
Harry Truman, The Most Average Person to Ever Become President
49:23
Rabbit R1: Barely Reviewable
19:53
Marques Brownlee
Переглядів 1,2 млн
GADGETS VS HACKS || Random Useful Tools For your child #hacks #gadgets
00:35
How to make a Video Game - Godot Beginner Tutorial
1:17:12
Brackeys
Переглядів 271 тис.
I made Games with Python for 10 Years...
28:52
DaFluffyPotato
Переглядів 192 тис.
I Tried a Disney Secret Project!
11:33
Marques Brownlee
Переглядів 4,7 млн
Get Started in Pygame in 10 minutes!
10:19
Coding With Russ
Переглядів 222 тис.
2 YEARS of PYTHON Game Development in 5 Minutes!
4:54
Coding With Russ
Переглядів 770 тис.
25 nooby Python habits you need to ditch
9:12
mCoding
Переглядів 1,7 млн
Ages 1 - 100 Decide Who Wins $250,000
40:02
MrBeast
Переглядів 113 млн
Rabbit R1 - We Gotta Talk...
10:55
Dave2D
Переглядів 465 тис.
I re-coded Minecraft, purely for MAXIMUM FPS (World Record)
11:26
Element X
Переглядів 111 тис.
C++ Developer Learns Python
9:26
PolyMars
Переглядів 2,6 млн