Pygame in 90 Minutes - For Beginners

  Рет қаралды 1,071,006

Tech With Tim

Tech With Tim

Күн бұрын

In this Pygame for beginners video, we'll be making a game in about 90 minutes. I'm going to cover a lot of stuff about Pygame in this video, including sound effects, images, moving objects, collision, most of the fundamental things you need to make a basic game. We'll be making a simple 2 player game to showcase how everything works in Pygame in python.
💻 AlgoExpert is the coding interview prep platform that I used to ace my Microsoft and Shopify interviews. Check it out and get a discount on the platform using the code "techwithtim" algoexpert.io/techwithtim
⭐️ Timestamps ⭐️
0:00 | Intro to Pygame
2:39 | Installing Pygame
4:09 | Working with Pygame
📺 How to Install Pygame on Windows: • How to Install Pygame ...
📺 How to Install Pygame on Mac: • How to Install Pygame ...
📝 GitHub (Code Download): github.com/techwithtim/Pygame...
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰
💻 The Fundamentals of Programming w/ Python: tech-with-tim.teachable.com/p...
👕 Merchandise: teespring.com/stores/tech-wit...
🔗 Social Medias 🔗
📸 Instagram: / tech_with_tim
📱 Twitter: / techwithtimm
⭐ Discord: / discord
📝 LinkedIn: / tim-ruscica-82631b179
🌎 Website: techwithtim.net
📂 GitHub: github.com/techwithtim
🔊 Podcast: anchor.fm/tech-with-tim
🎬 My KZbin Gear 🎬
🎥 Main Camera (EOS Canon 90D): amzn.to/3cY23y9
🎥 Secondary Camera (Panasonic Lumix G7): amzn.to/3fl2iEV
📹 Main Lens (EFS 24mm f/2.8): amzn.to/2Yuol5r
🕹 Tripod: amzn.to/3hpSprv
🎤 Main Microphone (Rode NT1): amzn.to/2HrZxXc
🎤 Secondary Microphone (Synco Wireless Lapel System): amzn.to/3e07Swl
🎤 Third Microphone (Rode NTG4+): amzn.to/3oi0v8Z
☀️ Lights: amzn.to/2ApeiXr
⌨ Keyboard (Daskeyboard 4Q): amzn.to/2YpN5vm
🖱 Mouse (Logitech MX Master): amzn.to/2HsmRDN
📸 Webcam (Logitech 1080p Pro): amzn.to/2B2IXcQ
📢 Speaker (Beats Pill): amzn.to/2XYc5ef
🎧 Headphones (Bose Quiet Comfort 35): amzn.to/2MWbl3e
🌞 Lamp (BenQ E-reading Lamp): amzn.to/3e0UCr8
🌞 Secondary Lamp (BenQ Screenbar Plus): amzn.to/30Dtafi
💻 Monitor (BenQ EX2780Q): amzn.to/2HsmUPZ
💻 Monitor (LG Ultrawide 34WN750): amzn.to/3dSD7tS
🎙 Mic Boom Arm (Rode PSA 1): amzn.to/30EZw9m
🎚 Audio Interface (Focusrite Scarlet 4i4): amzn.to/2TjXsih
💸 Donations 💸
💵 One-Time Donations: www.paypal.com/donate?hosted_...
💰 Patreon: / techwithtim
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
⭐️ Hashtags ⭐️
#Pygame #Python #PythonPygame

Пікірлер: 1 400
@TechWithTim
@TechWithTim 3 жыл бұрын
Start a high paying tech career making $60k+/year with NO DEBT: coursecareers.com/a/techwithtim
@Romirazer
@Romirazer 3 жыл бұрын
@@jiaqiwang3793 Those mp3's work fine for me though
@uprola
@uprola 3 жыл бұрын
pygame.mixer works only with raw files, like WAV. For mp3 you should use pygame.muic
@dimitriosdesmos4699
@dimitriosdesmos4699 3 жыл бұрын
thank you for this so much
@py_tok5589
@py_tok5589 3 жыл бұрын
It DID WORK, I think you forgot to place double brackets
@py_tok5589
@py_tok5589 3 жыл бұрын
this way works the sound for me, mp3 files are NOT CORRUPTED
@TitaniumTronic
@TitaniumTronic Жыл бұрын
How tf this dude can code for almost 2 hours and not open stack overflow and like 30 tabs? Wizard. Wizard I say.
@Fr4nk4000
@Fr4nk4000 Жыл бұрын
I just wanna tell you how much this helped me. I started out knowing nothing about pygame and when you went along with the video i actually did a lot of the things you did later myself, starting to understand how this all works. Now i'm adding things like powerups and i'm having a blast. Can't wait to show this to my buddies when summer vacation ends and we can play this together. I never thought i could make ANYTHING like this
@forzeferrari2668
@forzeferrari2668 Жыл бұрын
This attitude ^
@blackbeast8571
@blackbeast8571 4 ай бұрын
This💫
@connie4587
@connie4587 Ай бұрын
Just starting this now. I hope to have some sort of game finished by the end of the summer so my friends and I can play!
@Nino-pn4vc
@Nino-pn4vc Жыл бұрын
7.09 screen 8:29 main loop 18:25 space ships 28:15 move space ships 40:32 borders
@arcei5726
@arcei5726 2 жыл бұрын
16:25 fps implementation 17:44 creating and defining the spaceships 32:39 movement keys
@RailwayPenguin
@RailwayPenguin Жыл бұрын
@@prodbyosp i think KZbin automatically made those chapters
@jaredcortes366
@jaredcortes366 Жыл бұрын
@@RailwayPenguin i'm pretty sure they're made by the user
@ashters4204
@ashters4204 Жыл бұрын
@@RailwayPenguin all timestamps are made by the creator
@secretr5024
@secretr5024 Жыл бұрын
You are chad
@tholver5895
@tholver5895 2 жыл бұрын
Thank you so much for the tutorial. I had a project in school where I had to pick a skill, learn it for a month, and make an end project and this video has made all the difference. I understood the parts of Python you were using, what they were doing, and how to modify them to fit my needs which is great. Very rarely do I find a tutorial that helps me learn rather than copy but I'm glad I found one today.
@kathleen_lalala
@kathleen_lalala Жыл бұрын
Thank you Tim for this AMAZING tutorial! This is the first time I am able to follow through a coding video because I am a beginner and it was hard finding a tutorial that explain codes and train of thoughts in this much detail. I felt much more confident in coding now with this tutorial and am very motivated to learn more! Thanks a lot really :)
@benhardsim8629
@benhardsim8629 2 жыл бұрын
The way you always try to make the code a little bit more dynamic, really make this tutorial hundred times better. Thank you some much 😀
@thoserandomshredders
@thoserandomshredders 11 ай бұрын
As a beginner python coder: your tutorials help me so much. Keep making them!
@pbprimeplay
@pbprimeplay 3 жыл бұрын
The perfect guide for pefecting the art of perfection in Pygame
@sailajaraman7067
@sailajaraman7067 3 жыл бұрын
And that's perfectly true
@Kouka2005
@Kouka2005 3 жыл бұрын
*PERFECTION*
@naveen5126
@naveen5126 3 жыл бұрын
And I just found the perfect comment
@g3itnal
@g3itnal 3 жыл бұрын
by the perfect person
@mysterry2000
@mysterry2000 3 жыл бұрын
I love how he perfectly teaches and follows programming conventions, so perfect
@asolutezero1304
@asolutezero1304 2 жыл бұрын
He is a great explainer. The way that he explains concepts is so cool.
@ayze_khla1783
@ayze_khla1783 3 жыл бұрын
From the 6 hours full python tutorial to here.... Thank u Tim~
@themathforyou
@themathforyou 2 жыл бұрын
Are you talking about Mosh?
@harikishan1881
@harikishan1881 2 жыл бұрын
@@themathforyou ofcourse
@JayeshSarvaiya
@JayeshSarvaiya 3 жыл бұрын
Thank you so much Tim, such a wonderful tutorial ! You really made it look all very easy, glad that I found your channel on KZbin ! 😀
@Arjunsiva
@Arjunsiva 3 жыл бұрын
I can't even begin to describe how much grateful I'm for this video. Thanks a lot
@pablolongobardi7240
@pablolongobardi7240 2 жыл бұрын
Im at minute 15 and I already love this! I am an experienced developer, andf I appreciate a lot the detail and the easy explanations
@johannesperez9548
@johannesperez9548 2 жыл бұрын
I replaced the sound effects to wav format. Now works great. Thanks Tim for this awesome tutorial!
@donbedner6482
@donbedner6482 2 жыл бұрын
A rare experience: Everything worked! Even the sound. I learned a lot. Thanks!
@bloocifer
@bloocifer 3 жыл бұрын
Im at 45:00 in your video, and granted i have taken everything very slowly and wrote special notes in my own code so i can come back and refer here, this is SOOO helpful. i was getting bored doing tutorials and this is making me have fun now. So far i have two working spaceships with the border in the middle and im sittin here so happy that i made it. Even if i was following ur code. Im gonna finish these and continue to do projects cuz im learning a lot of applications of the code as well as growing a little project base of my own that i can always come back to and refer to and look at my own notes about why the code is written the way it is, and its like my own little cheatsheet of code with applications that i KNOW work. Great vid! vscode makes this soooo much better too. i was still using IDLE before i switched to vsc lol
@siebedeerenberg8766
@siebedeerenberg8766 3 жыл бұрын
Great tutorial! One small comment: When rotating the images, the height and width change as well. That is what caused the problems with border and that is why the bullets don't shoot out from the middle of the spaceship. And why the bullets start in front of the spaceship.(That's why Tim added + 15, which is the difference between height and weight, 55-40 = 15). To correct the border you can change yellow.height to yellow.width in the yellow_handle_movement. To correct the bullets, you can change yellow.width to yellow.height in the Main function at the bullet movement.(bullet = pygame.Rect(yellow.x + yellow.height, yellow.y + yellow.width//2 - 2, 10, 5))
@siebedeerenberg8766
@siebedeerenberg8766 3 жыл бұрын
or first rotate and then resize
@vedanlkektokekto6872
@vedanlkektokekto6872 9 ай бұрын
oh
@Lighthammer18
@Lighthammer18 2 жыл бұрын
Really nice that you kept the bugfixing in there because that's like 90% of the work. Showing how to fix code is almost as valuable as showing how to write new code.
@rgblogic448
@rgblogic448 3 жыл бұрын
Nice work! Had fun going through this an learning the basics of game dev with pygame. As simple as this program may be I will save it forever as my very first game project. Thanks Tim!
@ParleysWoodedJourney
@ParleysWoodedJourney Жыл бұрын
You covered so much in just one video. Thank you.
@agent-33
@agent-33 3 жыл бұрын
You're a very good tutor, definitely an educator level. You explain what you write, the purpose and how a code or line of code is used. Readability is also important, the highlight effect, the zoom-in. Unlike most tutorial videos, they only say what they type which we (the viewers) are already looking at, or what is worse is they don't bother zooming in their codes, they are like texts from mini bible. Thank you so much.
@u2b842
@u2b842 Жыл бұрын
Hey thanks, but why not just changing SPACEHEIGHT to a higher number ?
@ldelamat1
@ldelamat1 11 ай бұрын
no he didnt help me
@BallisticGamer101
@BallisticGamer101 4 ай бұрын
@@ldelamat1 Yep the first I watched this vid it was very confusing compared to other tutorials that I watched simply as I was a beginner but as I learnt more from other sources I came back to give this video a chance and it helped me a ton!
@codeklaudia9696
@codeklaudia9696 2 жыл бұрын
You are awesome. I did a 1,5 year program in information technologies, and have been working in C# since the last year. Your explanation about CPU frequency and frames per second is awesome. I really enjoyed your video
@jakubskorski4473
@jakubskorski4473 3 жыл бұрын
Great tutorial! I could say even the best out there. I was trying to follow many pygame tutorials but your one was the only one that explained everything well! Thanks!
@youmuq
@youmuq 2 жыл бұрын
Thanks Tim for the great tutorial! The problem with sound likely is the file path. The filename has ‘+’, I removed that and works fine here.
@artistpw
@artistpw 2 жыл бұрын
This is a truly great tutorial! You could have just made little “pew, pew, pew” noises for the firing and “blam” for the collisions. That would have sounded cute!
@galaxfire8591
@galaxfire8591 3 жыл бұрын
Thank You So Much For This! I wanted to learn pygame and was looking for a great starter tutorial and without a doubt in my mind this was it! This and other tutorials made by you are always so high-quality. Again Thank You!
@flioink
@flioink 2 жыл бұрын
Nice tutorial, I like how the whole game loop timing is automated so you don't have to do the ting where you check if the time passed is less than FPS and if it is you wait.
@mantawhitest1895
@mantawhitest1895 2 жыл бұрын
This guy is severely underrated.
@nickg1828
@nickg1828 Жыл бұрын
Thanks for the clear explanation on how pygame works. My final project for Python II is due in 2 weeks and you just saved my life.
@ND-ns2zu
@ND-ns2zu 2 жыл бұрын
Dude thank you so much! this video is amazing and it is great to find someone who covers all the issues that might happen. you helped me a lot!
@josecostarosa2526
@josecostarosa2526 2 жыл бұрын
I've started learning python this week, coming for 2 months of learning C++, this has got me so excited,. I'm still a newbie programmer but these things just leave a person wanting more and more, it's very exciting and encouraging that someone starting with 0 programming skills can use these videos and other sources to learn and become a better progammer in my case as a great suplement for my ciber-security degree. Great video and all the best.
@nutsberserk1
@nutsberserk1 2 жыл бұрын
Python is my first and only known language (not counting Scratch), I've been learning from high school classes, and making games has always seemed like an interesting idea!
@toso1038
@toso1038 10 ай бұрын
@@nutsberserk1 is good to start with JS its just the easiest language. Not that useful but you will undersand programming very well
@xjud3
@xjud3 2 жыл бұрын
I love your tutorials Tim, and something funny i found in the video: Tim: 'im gonna write some code and go abit faster now, but we gonna go through it after' Tim: going exactly the same nice and calm speed and explaining everything as he goes xD
@gvigary1
@gvigary1 11 ай бұрын
I've done a bit of commercial Python (many years ago) but never used Pygame. I'm now trying to teach a friend's son how to program, and this tutorial was so clear and well structured that it'll make that job a lot easier. Great job!
@stephenwilliams5092
@stephenwilliams5092 Жыл бұрын
Thanks Tim, this was a great tutorial and I was able to get it working with a few hours of practice.
@mariusmuller3886
@mariusmuller3886 2 жыл бұрын
I think the reason why can go further down than the button at 48:25 is that you've rotated the spaceship. So now height is technically width and width is height. If you change the variables in the if-statement it should work fine.
@SuperMarioGalaxySMG
@SuperMarioGalaxySMG 4 ай бұрын
this and you guys should also change your movement if statements to take into account if red/yellow.x/y ± SPEED goes over your border so the if statements look like this if keys[pygame.K_w]: if yellow.y - SPEED >= 0: yellow.y -= SPEED else: yellow.y = 0 if keys[pygame.K_a]: if yellow.x - SPEED >= 0: yellow.x -= SPEED else: yellow.x = 0 if keys[pygame.K_s]: if yellow.y + SPEED + yellow.height
@shalevforfor5550
@shalevforfor5550 4 ай бұрын
The width and hight is not only x and y
@hemaanthsivakumar2118
@hemaanthsivakumar2118 2 жыл бұрын
Loved the tutorial! The three hours I spent carefully going over each piece of the tutorial and taking notes really paid off - finally made my first pygame powered python game 😀. Hope you keep making amazing videos 🔥🔥🔥 ❤
@ZeynepC3
@ZeynepC3 5 ай бұрын
I am grateful that you are zooming in on the code part.
@chrismat3417
@chrismat3417 3 жыл бұрын
thank you so much, you dont know how much this means to me, i tried so many videos but none of them actually explained what they where typing and i had a problem installing pygame but after your tutorial in the description, i got it downloaded. So thank you so much and keep it up:)
@krypticsilver1736
@krypticsilver1736 3 жыл бұрын
Amazing tutorial tim! Keep it up.
@hockeyandtacos5153
@hockeyandtacos5153 2 жыл бұрын
Finally, a great tutorial for pygame, got this game working on my said in about 3 hours and it was so worth it!
@laurablue7893
@laurablue7893 2 жыл бұрын
I really appreciate the way you explain why things are the way they are!
@poisonfoxxy
@poisonfoxxy 3 жыл бұрын
For your problem at 48:20 its actually a pretty easy fix the rectangles you drew for the spaceship to be blit in are rotated incorrect just change the height and width in the main Yours: red = pygame.Rect(100, 450, SPACESHIP_WIDTH, SPACESHIP_HEIGTH) Fixed: red = pygame.Rect(100, 450, SPACESHIP_HEIGHT, SPACESHIP_WIDTH) Change that for both and it should be fine :) This also fixes the greater distance to the middle border. But great tutorial!!!
@muhammadgiffariakbarrizkyr380
@muhammadgiffariakbarrizkyr380 2 жыл бұрын
can you give the explanation about that fixes
@muhammadgiffariakbarrizkyr380
@muhammadgiffariakbarrizkyr380 2 жыл бұрын
btw i'm bad at english, so i'm sorry if i type something wrong but hope you understand what i mean
@sharmakartikeya
@sharmakartikeya 2 жыл бұрын
1:16:04 Just saving for now. Thanks Tim, super excited for 2D game-dev !!
@learningpythonaccount3909
@learningpythonaccount3909 3 жыл бұрын
Thanks just finished making it! Feel like im learning a lot about pygame with u tim
@ianfarquharson2933
@ianfarquharson2933 Жыл бұрын
Thanks a lot for making this, I really wanted to make a game in python for a long time, and you finally allowed me to do what I wanted!
@Fr4nk4000
@Fr4nk4000 Жыл бұрын
For anyone who followed the tutorial and want to practice more of what you learned, here's some things you could do to make the game better. -Add a collision check to the bullets so if they collide, they destroy each other -Add poer ups that you can pick up and will increase the amount of bullets you can fire, increase bullet speed etc... -Add a healt system so you can get hit more times before you die -You could also add a healtbar if you're adding a healt system -You can also add different firing modes, like holding down a different key will shoot 2 bullets next to each other etc... -You could also add a border that slowly shrinks the space you can move around to prevent stalemates -You could add a score system That's just some ideas that came to mind and i'm implementing some of them already myself
@sanjanam5833
@sanjanam5833 Жыл бұрын
Do you have complete code ?
@Fr4nk4000
@Fr4nk4000 Жыл бұрын
@@sanjanam5833 I do have the code for the game. I didn't follow it 100%. Theres not a devider in the middle and isntead of the space ship sprites i just use suqares. Also I didn't watch the entire tutorial i kinda finished it myself, but i works. Do you want the code?
@sanjanam5833
@sanjanam5833 Жыл бұрын
@@Fr4nk4000 yes please do send
@MattiHolden
@MattiHolden 2 жыл бұрын
Hi Tim, Thanks for the great tutorial, the code and the assets. I think the problem with the ships going off the bottom and being way of the border etc,. is because the images were rotated but the ship's rectangles weren't. I just switched the width and heights where red and yellow were created and it removed the need for the adjustments. I apologise if you were already aware of this by now 😁
@Killermonkey5465
@Killermonkey5465 Жыл бұрын
So cool! I'm a first-time pygame user and this was such a cool experiance to walk through and take notes and expand on the process!!!
@bluejay432
@bluejay432 2 жыл бұрын
You just indirectly gave me a genius idea to handle window blits WAY more efficiently in my project THANK YOU SO MUCH!
@CHITUS
@CHITUS 2 жыл бұрын
Thank you so much Tim, such a wonderful tutorial ! You really made it look all very easy, glad that I found your channel on KZbin !
@arcei5726
@arcei5726 2 жыл бұрын
found you again, for the third time!
@intelchip_x86
@intelchip_x86 Жыл бұрын
@@arcei5726 i feel like this channel is actually a bot channel
@rapdo7359
@rapdo7359 2 жыл бұрын
This is pure gold! Thank you so much Tim, its really useful to learn new topics developing a project, even more so if you have such a great instructor like you. ❤
@beez1th636
@beez1th636 2 жыл бұрын
Tim I got to tell you every time I look up something for coding your always there thanks for the help
@dip8
@dip8 Жыл бұрын
I enjoyed following this tutorial. Along the way i noticed some of your not syntax related mistakes which was cool, and i made my own sounds w sfxr. I love how simple and understandable are your explenations. Even tho the music didnt work i still this was great, thank you for posting this tutorial for free
@SReaperz
@SReaperz 3 жыл бұрын
For anyone else wondering why the bottom part of the ship was going through the bottom of the window and how to fix that without manually adding pixels to it the problem is that he set the width and height of the spaceship as constants... then he rotated the image by 90 degrees which made the height be the width and the width be the height so just switch the values around for the rects and that should make it so you don't have to manually adjust for not going through the top and bottom, and bullets properly hit the ship
@cc-to2jn
@cc-to2jn 3 жыл бұрын
you genius
@johannesziaether3916
@johannesziaether3916 3 жыл бұрын
Thank u ! It's a tip that may serve in other projects too.
@demaxl732
@demaxl732 3 жыл бұрын
i also figured it
@colederusha
@colederusha 3 жыл бұрын
Thanks so much!
@Polygonepictures
@Polygonepictures 2 жыл бұрын
I thaught of the same thing! Tricky one...
@tanmaygautam1348
@tanmaygautam1348 3 жыл бұрын
Hey Tim, We need a video on some hashing algorithms python btw I also need this video. Thanks Tim.
@pedroramires8928
@pedroramires8928 3 жыл бұрын
The thing that you explaining where to get stuff and how to download it and installing it is VERY HELPFUL !!!!!
@omarhammoud2383
@omarhammoud2383 3 жыл бұрын
Sound effets worked fine! Great work, keep going, thank you!
@MusicWizards
@MusicWizards 2 жыл бұрын
I don't comment lot of videos, but this one was great. 1) There was not only code from a to z, but every step was explained. 2) Code that was made is obtainable for example. Thx DUDE! Two thumbs up!
@TechWithTim
@TechWithTim 2 жыл бұрын
Glad it helped!
@data.artist
@data.artist 2 жыл бұрын
Also find out is that it is best to move the if winner_text != "" section to after draw_window in the main(), this will allow the health to be properly displayed to 0, then the game will show who is the winner. Whereas original setup will declare the winner when the health is still showing 1. hopefully this helps anyone wanting to make the game even more polished.
@Cabarnacus
@Cabarnacus 2 жыл бұрын
I second this one and I did the same.
@jonathanferrer8623
@jonathanferrer8623 Жыл бұрын
I absolutely love this tutorial!! I was able to get the sound working by changing the names
@vvs.on.laptop
@vvs.on.laptop Жыл бұрын
Thanks for this amazing tutorial! I forgot all about pygame and this kept me back up to date.
@mythicshop1639
@mythicshop1639 3 жыл бұрын
I'm new to coding and was struggling after the basics, this really helped me to get an insight and i watched a bunch of tutorials and was almost on the verge of loosing hope. Most of the videos out there are hard to understand with the logic maybe because they don't know or they just posting it for the views. but your contents are really different and you know what you talking about, Teaching or programming you will reach great heights bro. Thanks again , Love your content. wish that you had more followers so you can earn profit and we can get some proper intel. Guys other than watching toxic tik tok suggestion Give a thumbs up here.
@juststopcamping8428
@juststopcamping8428 2 жыл бұрын
how u doing now
@GL-ETC
@GL-ETC 3 жыл бұрын
Thank you so much Tech With Tim, I am only 10 - though I've done some python before, and I can nearly completely understand everything!
@axolotlinanutshell7629
@axolotlinanutshell7629 2 жыл бұрын
Im also 10
@antonioa.jepkoko4588
@antonioa.jepkoko4588 2 жыл бұрын
I'm not 10
@nemi7916
@nemi7916 2 жыл бұрын
Im also not 10
@intelchip_x86
@intelchip_x86 Жыл бұрын
im also not 10
@dylanchase1478
@dylanchase1478 Жыл бұрын
I might be 10
@eriswu3725
@eriswu3725 2 жыл бұрын
Extremely clear and easy to understand! Thank you soooooo much! ❤️❤️
@salmanalsaffar8040
@salmanalsaffar8040 3 жыл бұрын
Thanks I've finished it all and the sound affects are working with me because I use my own sound affects.
@jamesbessant9290
@jamesbessant9290 3 жыл бұрын
11:58 That was my first ever pygame window so I think you'll find it was actually very exciting!!
@nopens
@nopens 3 жыл бұрын
Hawkeye, my man!
@tdpencil2811
@tdpencil2811 3 жыл бұрын
Thank you so much. After I watch this, I hope I'll be able to create fun games for some kids in my neighborhood!
@colederusha
@colederusha 2 жыл бұрын
Thank you so much! This is the best Pygame tutorial I have found so far.
@programminglifeio
@programminglifeio 3 жыл бұрын
Really cool video, Tim! I come from a web / security background and I found this video super interesting. Keep it going!
@deanjordan6053
@deanjordan6053 3 жыл бұрын
The fact that he kept going even when he spilled water on himself-
@josephstalin2647
@josephstalin2647 3 жыл бұрын
yeah
@umanglunia2194
@umanglunia2194 3 жыл бұрын
So nice seeing 2 of the greatest minds in the same comment :)
@imanoob128
@imanoob128 2 жыл бұрын
@@umanglunia2194 lmao
@diarrheagaming6215
@diarrheagaming6215 2 жыл бұрын
commie
@vamsi8569
@vamsi8569 2 жыл бұрын
@@diarrheagaming6215 its dripping on your username :P
@koppany3678
@koppany3678 2 жыл бұрын
The problem you had with the spaceship going off the border is because of mixing up height and width when you rotated the spaceship. Here is a correct version: def red_movement(keys_pressed, red): if keys_pressed[pygame.K_LEFT]: # if left key is pressed if (red.x - VEL - 5) < (WIDTH/2): pass else: red.x -= VEL if keys_pressed[pygame.K_RIGHT]: if (red.x + VEL + SPACESHIP_HEIGHT) > WIDTH: pass else: red.x += VEL if keys_pressed[pygame.K_DOWN]: if (red.y + 4 + SPACESHIP_WIDTH) > HEIGHT: pass else: red.y += VEL if keys_pressed[pygame.K_UP]: if (red.y - 4) < (HEIGHT -HEIGHT): pass else: red.y -= VELdef red_movement(keys_pressed, red): if keys_pressed[pygame.K_LEFT]: # if left key is pressed if (red.x - VEL - 5) < (WIDTH/2): pass else: red.x -= VEL if keys_pressed[pygame.K_RIGHT]: if (red.x + VEL + SPACESHIP_HEIGHT) > WIDTH: pass else: red.x += VEL if keys_pressed[pygame.K_DOWN]: if (red.y + 4 + SPACESHIP_WIDTH) > HEIGHT: pass else: red.y += VEL if keys_pressed[pygame.K_UP]: if (red.y - 4) < (HEIGHT -HEIGHT): pass else: red.y -= VEL
@OliverCaneteOfficial
@OliverCaneteOfficial Жыл бұрын
Thanks a lot dude. Very educational video. Really good and "hands-on" way to get started with pygame. Keep it up!
@allenliu9860
@allenliu9860 2 жыл бұрын
Incredible tutorial, I really appreciate your effort! Thank you so much
@ToddMakesMusic
@ToddMakesMusic Жыл бұрын
Thank you so much for that tutorial! It's great fun and it helps me make my awesome 2D scrolling game
@tungarafrog2549
@tungarafrog2549 3 жыл бұрын
Hi Tim, it is unlikely that you will see this but I just want to thank you for all of your Great tutorials. I would also like to ask if you could show a more advanced version of this tutorial or maybe how to make a platformer game with gravity and other stuff.
@richardreif3407
@richardreif3407 3 жыл бұрын
I'm the same I really like it. Thank you very much. :)
@flaviomarcelo9044
@flaviomarcelo9044 2 жыл бұрын
@Krishnansh Agarwal Identical Sublime Text Monokai theme
@mrgasmask7584
@mrgasmask7584 2 жыл бұрын
You know its actually not that hard to imploment gravity
@dominicballinger6536
@dominicballinger6536 2 жыл бұрын
Gravity should be simple, remember the example he used to show movement on screen before button presses? Do that, but down.
@tungarafrog2549
@tungarafrog2549 2 жыл бұрын
@@dominicballinger6536 thanks, I realize how to do that, what I was having trouble doing was making it so that the player can stand on solid blocks and collide with them from all directions.
@shikhargupta6626
@shikhargupta6626 Жыл бұрын
Thank you for this amazing tutorial Tim!
@sepehr6221
@sepehr6221 Жыл бұрын
Thank you so much for the tutorial, the sound effects actually worked fine for me, thank you again.
@ayaanp
@ayaanp 3 жыл бұрын
I was wanting to learn PyGame as I hadn't really done anything with it before, and this video just came out. You're actually amazing
@ianyourgod
@ianyourgod Жыл бұрын
I tried to make my own simple game engine once, and the reason the coordinate system is like that is because it makes it easier to update the screen
@Shadowsdreamer123
@Shadowsdreamer123 2 жыл бұрын
Thanks again. I was able to follow along to the end. Great explanation! ✌️
@XnonXte
@XnonXte 2 ай бұрын
Very overwhelming at first but this is a very good guide on learning game dev with pygame, thank you so much!
@sanuk9650
@sanuk9650 3 жыл бұрын
Hey Tim, Could you please make tutorials on Data Structures & Algorithms with Python..🤞 It would be very helpful.. Hope you would make tutorials on DS soon..😊😊
@KitchGaming
@KitchGaming 3 жыл бұрын
I want this too
@danielkursitis9031
@danielkursitis9031 2 жыл бұрын
I agree, it would be very helpful
@jasonkloesel5113
@jasonkloesel5113 Жыл бұрын
Yep
@user-sp3ew1rs5m
@user-sp3ew1rs5m 6 ай бұрын
Me too
@Melvinn27
@Melvinn27 2 жыл бұрын
This was such a good tutorial. As a beginner to pygame this gave me so many things to play around with. Thank you!
@sprinter5901
@sprinter5901 Жыл бұрын
37:36 you have no idea how much happy I was when I reached till this point. Even the simplest thing can make a person soo happy
@__beginnerscode__3584
@__beginnerscode__3584 3 жыл бұрын
Very helpful! Thanks for this guide, your video's make things seem so easy!
@Dracevui
@Dracevui 3 жыл бұрын
for anyone getting a 'pygame.error: video system not initialized' error - just import the 'sys' module and add the 'sys.exit()' function underneath the pygame.quit() function learned that trick from the flappy bird tutorial lmao
@L0wPressure
@L0wPressure 3 жыл бұрын
Thank you mate, and good day to you!
@xenonguard
@xenonguard 3 жыл бұрын
Could not get 'sys.exit()' to work for me. However modifying the following at the end, worked: if running == True: main() else: pygame.quit()
@saadadchoudhury7163
@saadadchoudhury7163 2 жыл бұрын
Thank you!
@xklepx
@xklepx Жыл бұрын
'sys.exit()' worked for me -- thx mate!! now I can close it w/o an error after passing through auto-py-to-exe lol
@Frosty-dq2jw
@Frosty-dq2jw 2 жыл бұрын
Hey the problem with ships not moving good around the border (going under the screen and cant touch the border on the right) is because we made our hitboxes/collision before they were rotated , so collision boxes are placed horizontal and not vertical , all you have to do is switch the SPACESHIP_WIDTH and SPACESHIP_HEIGHT values but then switch them while scaling the picture (YELLOW_SPACESHIP and RED_SPACESHIP), anyway thank you for getting me into python programming @Tech With Tim !
@pablolongobardi7240
@pablolongobardi7240 2 жыл бұрын
was gonna point this out! nice
@ChaosArtist
@ChaosArtist 2 жыл бұрын
Thanks for this tutorial. It's the first complete game I worked through using pygame. Thanks for the tutorial.
@newtoniano20
@newtoniano20 3 жыл бұрын
I did the hole code and sounds does work! No issues at all!
@9Kino3
@9Kino3 2 жыл бұрын
Instead of duplicating, you could use the same function to handle both red and yellow keypresses. Just use the player variable to decide which ship to move, less unnecessary code repetition
@wernerw.1328
@wernerw.1328 3 жыл бұрын
In one of my last comments I wrote that I will follow you everywhere. I kept my promise, came here - and it is great again.
@avarice4556
@avarice4556 3 жыл бұрын
Now it's my turn to follow you everywhere.
@PodHighlights9
@PodHighlights9 3 жыл бұрын
This was a great informative video. thanks Tim on helping me make my own game!
@Heavy_Lvy
@Heavy_Lvy Жыл бұрын
This is got to be one of the best Pygame tutorials ever
@freshness_of_air7909
@freshness_of_air7909 3 жыл бұрын
i was genuinely shocked when i saw his face for the first time
@gugomezg
@gugomezg 3 жыл бұрын
I will do this great tutorial as many times as possible until I can teach Pygame to others. As Tim said in another video, the best way to learn is to teach.
@notbob4271
@notbob4271 2 жыл бұрын
This video was amazing, it really got me through my school project, thank you.
@Playboi_
@Playboi_ 3 жыл бұрын
Have been fiding it really hard to get into programming, this was the perfect TUT to really get started.
@dharun7196
@dharun7196 2 жыл бұрын
same
@jiaqiwang3793
@jiaqiwang3793 3 жыл бұрын
Hey Tim, found the cause of your problem at 48:20 with the ship going outside the screen. Because you have rotated the image now the width and height have swapped thus your image does not match the rect anymore. Loved your video by the way!
The ultimate introduction to Pygame
3:47:58
Clear Code
Рет қаралды 2,1 МЛН
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
Tech With Tim
Рет қаралды 1,7 МЛН
SUPER tasty dinner for my husband #shorts by Tsuriki Show
00:16
Tsuriki Show
Рет қаралды 3,2 МЛН
The World's Fastest Cleaners
00:35
MrBeast
Рет қаралды 77 МЛН
10 Minutes To Escape Or This Room Explodes!
10:00
MrBeast
Рет қаралды 64 МЛН
PLEASE Use These 5 Python Decorators
20:12
Tech With Tim
Рет қаралды 78 М.
I made Games with Python for 10 Years...
28:52
DaFluffyPotato
Рет қаралды 194 М.
Learning pygame by creating Snake [python tutorial]
2:05:00
Clear Code
Рет қаралды 313 М.
JavaScript Fighting Game Tutorial with HTML Canvas
3:56:20
Chris Courses
Рет қаралды 4,6 МЛН
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 82 М.
Python Data Classes Are AMAZING! Here's Why
16:11
Tech With Tim
Рет қаралды 62 М.
Mastering Python - Everything You Need To Know To Become a Python Master
16:02
Math for Game Devs [2022, part 1] • Numbers, Vectors & Dot Product
3:57:35
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,2 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1 МЛН
SUPER tasty dinner for my husband #shorts by Tsuriki Show
00:16
Tsuriki Show
Рет қаралды 3,2 МЛН