The ultimate introduction to Godot 4
11:32:41
The complete guide to Python
11:08:59
Breakout in python
3:21:21
2 жыл бұрын
Collisions between moving objects
52:35
Cameras in Pygame
1:13:21
2 жыл бұрын
Understanding Pygame masks
1:00:29
2 жыл бұрын
Debugging in Pygame
12:28
2 жыл бұрын
Creating Space Invaders in Pygame/Python
1:54:50
The ultimate introduction to Pygame
3:47:58
Creating an animated button in Pygame
32:49
Пікірлер
@johnb6714
@johnb6714 18 сағат бұрын
I love your tutorials, absolutely amazing!!
@ClearCode
@ClearCode 14 сағат бұрын
thank you so much, your support helps me a lot to make more :)
@carlosrivera5155
@carlosrivera5155 22 сағат бұрын
unbelievable, amazing.
@mattiamauro4255
@mattiamauro4255 Күн бұрын
One of the best coding guides ever. I am 14 and Italian, so not even english, and I understood EVERYTHING
@eyzake
@eyzake Күн бұрын
attention everyone.. bro dropped another video(again not gonna watch it completely but well had to try)
@MD-cu8tt
@MD-cu8tt Күн бұрын
you the best ever !
@MattHendersonRoastinCoffee
@MattHendersonRoastinCoffee Күн бұрын
left off at 30:15
@chevere3424
@chevere3424 Күн бұрын
You have a gift for teaching!
@itsxela9617
@itsxela9617 Күн бұрын
7:32:00 Godot is throwing errors as it is trying to preload inside scene from the outside scene and vice versa, probably does that recursively and then everything stops working. Also it refuses to run any scene changes inside of the signal. Behavoir must have changed in more recent versions i guess. Changing the scene with change_scene_to_file works without issues as long as you don't call it inside of the signal, so you can set a variable inside of the signal instead, and change the scene inside of a _process function when this variable is set
@RichardCalder67
@RichardCalder67 Күн бұрын
I am only 20 minutes in, this is great. I love how this is assuming zero knowledge. I am programmer, but not in Godot yet, thank you for that very very basic approach!
@ApocolypseChild
@ApocolypseChild Күн бұрын
Please raise the gain on your mic or the level of your voice channel. The other sounds in the video are all the right volume but I can't hardly hear anything you're saying.
@wolfman42793
@wolfman42793 2 күн бұрын
At 53:10 I have everything exactly the same, but I'm getting an error: W 0:00:00:0436 The parameter "delta" is never used in the function "_process()". If this is intended, prefix it with an underscore: "_delta". <GDScript Error>UNUSED_PARAMETER <GDScript Source>Logo.gd:15
@wolfman42793
@wolfman42793 2 күн бұрын
I just tried _process(float): and that worked.
@live_destin-3408
@live_destin-3408 2 күн бұрын
The code is so messy, I wish you started using OOP from the start... Still a great tutorial thought, it was just painful to scroll back and fourth so much lol
@user-fq4nm6zh9e
@user-fq4nm6zh9e 2 күн бұрын
This is just the best tutorial I've ever seen on Pygame!!
@newsagetalks
@newsagetalks 2 күн бұрын
I would have sworn that part at the beginning wasn't there before. 😅 Regardless, a great video guide on game development.
@itsxela9617
@itsxela9617 2 күн бұрын
At 3:10:20 "for example, your exact GPS location is"
@The__Leo69
@The__Leo69 2 күн бұрын
Introduction of 18 fucking hours! 🫥
@jamil5522
@jamil5522 2 күн бұрын
You're so underrated my guy ❤
@ayeay8
@ayeay8 2 күн бұрын
1:33:38
@user-ky4hc1bx7s
@user-ky4hc1bx7s 2 күн бұрын
Would this be considered making your own "game engine"?
@mahmoudhelmy9587
@mahmoudhelmy9587 3 күн бұрын
Thank you very much😁
@user-xp6go1gi9m
@user-xp6go1gi9m 3 күн бұрын
wow you realy leveled up your explanation, the vizuals at the start are great!
@dregun7057
@dregun7057 3 күн бұрын
I usually do not comment to any youtube videos, but this one is an exception. You explained everything with so much detail and clarity and kept the changes that each piece of code makes to the game. The pace with which you explained the concepts is neither too slow nor too fast. I found this tutorial as THE tutorial to learn pygame. Thank you so much for putting in so much effort and time to make this video to help beginners like myself!
@erfanlab3728
@erfanlab3728 3 күн бұрын
man you are a legend thank you for all the effort
@kevcopo
@kevcopo 3 күн бұрын
First off, I love you. Second, I literally just got gone binging your jumping snail game and followed along the whole way. I was debating the next game to try and you just go and drop this?!?! Thank you sooo much! You're very good at teaching and letting us practice on our own to help us learn, keep up the quality man!
@GabrielNunes-kx2hv
@GabrielNunes-kx2hv 3 күн бұрын
03:14:00 Guys, make sure that Projectiles transform position is (0,0)
@gattorwichar3984
@gattorwichar3984 3 күн бұрын
I love you man You want me to become superman in python
@averagejoe1468
@averagejoe1468 3 күн бұрын
what program does he use for writing this because i have been trying to get it to work with pycharm but cant seem to figure it out
@awindwaker4130
@awindwaker4130 3 күн бұрын
For some reason, I had to adjust the ball's position. It wouldn't work properly unless I subtracted 300 from the ball's y-position, and I have no idea why. Took me a while to understand what was even going wrong.
@fakerrain
@fakerrain 4 күн бұрын
Alright...time to clear out 12 hours...
@ethan6933
@ethan6933 4 күн бұрын
this is crazy, im loving these tutorials im learning loads, clear code might be the goat
@ionutriciu2635
@ionutriciu2635 4 күн бұрын
The best course on youtube,
@atif9020
@atif9020 4 күн бұрын
we can use: for i in range(1,10): self.sprite.append(pygame.image.load(f"attack_{i}.png")) instead of repeating the same line...btw video was very helpful
@GabrielNunes-kx2hv
@GabrielNunes-kx2hv 4 күн бұрын
Day 1 - 02:16:00 Day 2 - 03:50:00
@user-of1zx5jg5u
@user-of1zx5jg5u 4 күн бұрын
先生,我是国外的蟒蛇初学者。希望大家能为这个高质量的教学视频添加字幕。谢谢。
@kvelez
@kvelez 4 күн бұрын
4:10:47 Thanks for this, I thought IfElse was the only thing available here in Python: mood = "focused" match mood: case "focused": print("I am focused") case "resting": print("I am resting") case _: print("I am tired")
@MrBuccaneer1
@MrBuccaneer1 4 күн бұрын
Danke!
@ClearCode
@ClearCode 4 күн бұрын
Gerne :)