Pygame in 90 Minutes - For Beginners

preview_player
Показать описание
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.

⭐️ Timestamps ⭐️
0:00 | Intro to Pygame
2:39 | Installing Pygame
4:09 | Working with Pygame

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Hashtags ⭐️
#Pygame #Python #PythonPygame
Рекомендации по теме
Комментарии
Автор

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

Frnk
Автор

16:25 fps implementation
17:44 creating and defining the spaceships
32:39 movement keys

arcei
Автор

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.

agent-
Автор

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!

MusicWizards
Автор

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))

siebedeerenberg
Автор

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.

tholver
Автор

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.

Lighthammer
Автор

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

xjud
Автор

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.

josecostarosa
Автор

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

pablolongobardi
Автор

How tf this dude can code for almost 2 hours and not open stack overflow and like 30 tabs? Wizard. Wizard I say.

TitaniumTronic
Автор

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.

mariusmuller
Автор

He is a great explainer.
The way that he explains concepts is so cool.

asolutezero
Автор

As a beginner python coder: your tutorials help me so much. Keep making them!

thoserandomshredders
Автор

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!

GL-ETC
Автор

I am grateful that you are zooming in on the code part.

ZeynepC
Автор

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 😀

benhardsim
Автор

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.

nickg
Автор

The perfect guide for pefecting the art of perfection in Pygame

pbprimeplay
Автор

Hey Tim, I followed along with the tutorial and it works out great than I expected ❤!~
Thank you for this amazing video🌹

leagueofangels