Learn programming with GDScript (Part 1)

  Рет қаралды 25,731

Godotneers

Godotneers

Күн бұрын

Hello Godotneers!
Do you want to make games with the Godot game engine but don't know how to program? And you don't want to take a full computer science course just to get started? Then this video is for you. We're going to explore the absolute basics of programming with the GDScript programming language. We'll find out how functions work, what variables are and how we can make decisions and loops to solve simple problems. And we'll do this with an example project that has everything you need to get started , so you don't have to know the ins and outs of the Godot game engine. At the end, you can use all the knowledge that you acquired to solve some challenges, so you get some programming practice under your belt. It's going to be a fun ride, so get your computer ready and join in!
== Contents ==
00:00 Introduction
01:51 Example project installation
04:10 What is programming?
05:50 The first program
14:08 Functions - Part 1
15:57 Naming rules
18:50 Comments
19:47 Variables
31:43 Functions - Part 2
42:55 Decisions
45:24 Data types
55:12 Repeating code
1:07:35 Introduction to the challenges
1:09:52 Some tips and tricks
1:12:12 Conclusion
== Links ==
The example project: github.com/godotneers/program...
GDScript Reference: docs.godotengine.org/en/stabl...

Пікірлер: 126
@DannyKing
@DannyKing 2 ай бұрын
When you move on to the advanced tutorials, I would love to see a video on best practices for project organization, which design patterns are best for what and how to implement them, and code layout. Great work as always, thank you!
@dokMixer
@dokMixer 2 ай бұрын
Oh god, THIS needs to be upvoted! I can't wrap my head around, in Godot, how i should approach a task system, movement of things... but in a organized shared way. I know i could attach codes to stuff, but if i want general things accessible by all, it means i have to add a function as a global thing necessarily ? Should i have a script in a scene called in another way? What should be "the" best practice for Godot? Also, how do you approach prototyping a new feature in a game? Do you create a new scene just with a stuff? What if it requires you to have already a progression in the game? What if i have an inventory system, coins, and i want to develop a feature like a forge. I can't just relaunch the game entirely from it's beginnings to debug the thing, so what could be a good approach? A load system? A debug scene?... In one word: workflow. 1000 upvotes for you for the videos you already produced my good sir. 10.000 more for an advanced video
@zault
@zault 2 ай бұрын
You mean like the amazing video from 5 months ago he already posted?
@dokMixer
@dokMixer 2 ай бұрын
@@zault It does kinda help, and thanks for the reminder I already saw the video. But I think I'm trying to grasp a workflow more than anything. Doing components and reusing things is nice, but the example used seemed really very tutorial-level like. What if I want a loading system for example? Creating the code is one thing, but how do you approach the developing phase? Should you create a scene that just loads a file for testing purposes? Once it works, should you integrate that same script, independent, but on the main scene and attached somewhere? That kind of philosophy of code arrangement if that makes sense :)
@SergeyPopovichevPS
@SergeyPopovichevPS 16 күн бұрын
@@dokMixer you mean modularity?
@ykyjohn
@ykyjohn 8 күн бұрын
I had nothing to learn from this video, but for some reason I watched the whole thing. Very nice video for people that just want to start programing. Very high quality!
@Potato6153
@Potato6153 2 ай бұрын
You are the new GOAT of godot tutorials. Massive props for your work!
@dreamleaf6784
@dreamleaf6784 12 күн бұрын
The godoat
@deansan4250
@deansan4250 10 күн бұрын
​@@dreamleaf6784Dude that was hilarious! First day here hope to see your guys' work someday!
@gabrom5047
@gabrom5047 14 күн бұрын
You're tutorial is very thoughtful and I appreciate that you are able to take time to include us all on this journey.
@deansan4250
@deansan4250 10 күн бұрын
Thank you for noticing the perspective where a person with no programming knowledge would struggle tonlearn gdscript as their primary coding language! I wills be taking and supporting this whole tutorial line and obviously your channel as I see you hold a very useful perspective!
@deadslapTV
@deadslapTV 2 ай бұрын
Always a good day when Godotneers drops a new video!
@Muphet
@Muphet 2 ай бұрын
even tho i have nothing to learn it's always such a pleasure to watch videos on this channel
@romanrioter5503
@romanrioter5503 2 ай бұрын
Amazing content, as always. Folks like you are making the Godot community bigger and better every time you release a video. Look forward to seeing where your journey takes you.
@godotneers
@godotneers 2 ай бұрын
Thank you very much for supporting me and also thank you very much for the kind words, I really appreciate it!
@El5iver
@El5iver Ай бұрын
your are the reason i’m starting coding this tutorial is clear and consice and doesn’t it doesn’t just make you copy code edit:you’re not your
@SimulationWinks
@SimulationWinks 25 күн бұрын
Thank you. That was the best lesson I have seen so far. Much better than tutorials I have paid for .
@nongbellybuttiskawaii6911
@nongbellybuttiskawaii6911 2 ай бұрын
This is an amazing tutorial, you make me realize that I miss a lot of basic topic in script writting. I learn a lot of new things from you. Keep up the good work! I'll be waiting for the new tutorial since I'm still an inexperience.
@godotneers
@godotneers 2 ай бұрын
Thank you very much for supporting me! I'm glad the video has been useful to you!
@AsmodeusMictian
@AsmodeusMictian 2 ай бұрын
This is why I think the internet can be a cool place to be.
@BlendtutsES
@BlendtutsES 2 ай бұрын
Awesome tutorials! Thank you :D
@godotneers
@godotneers 2 ай бұрын
Thank you very much for your support! I'm glad that this video is useful for you!
@deadscythe752
@deadscythe752 2 ай бұрын
I would loved to have this when started, yet it's always good to reinforce the skills, specially when you learn some details that complete your knowledge
@bobblify
@bobblify 2 ай бұрын
really appreciate the effort you put into making your videos so clear and easy to follow!
@tayete
@tayete 2 ай бұрын
Thank you! I was longing for March to start to check if you launched a new video... and I wasn't dissapointed! Great as always.
@LargoSensei
@LargoSensei 2 ай бұрын
Love how the information is organized and weaves in debugging effortlessly. Even filled in a couple missing bits of GDscript info I was missing. Looking forward to the rest of the series!
@Humanoid78985
@Humanoid78985 2 ай бұрын
This was extremely helpful. You explained things exceptionally well, to the point that for the first time I feel like I actually have my foot in the door in understanding code and how it works. Please make more, you're doing so so good.
@nicoletang1834
@nicoletang1834 2 ай бұрын
omg you are the best! I'm going to learn all your GDScript tutorials!!!
@henrywadman2908
@henrywadman2908 2 ай бұрын
Exactly what I was looking for. Thank you so much for such a detailed and digestible tutorial!
@olmrgreen1904
@olmrgreen1904 2 ай бұрын
Your tutorials are just top quality! Thanks again for such great content!
@alexxander7289
@alexxander7289 7 күн бұрын
having a project as a base is very nice. TY.
@Iglum
@Iglum 2 ай бұрын
Nice one 👍 perfect timing because I’m done with the Gdquest material and more practice and repetition is essential to learn
@SootytheMagicalBear
@SootytheMagicalBear 2 ай бұрын
did you get their paid course? godotneers project in this tutorial seems very similar
@zipruns9990
@zipruns9990 2 ай бұрын
excited for part 2!!
@kennethalvaro6499
@kennethalvaro6499 2 ай бұрын
This is a HUGE help, specially for us that don't know how programming works. Thanks for this video
@volary
@volary 2 ай бұрын
finally a new upload you are the super star! 🎉thank you
@lonegamedevlongjourneyman
@lonegamedevlongjourneyman Ай бұрын
very beginner friendly , good audio, and good editing very clean
@MemeMand1996
@MemeMand1996 2 ай бұрын
Dude you are freaking amazing, thank you so much for all the work you do!!!
@IndieSpy
@IndieSpy 2 ай бұрын
Top quality! Keep it going please!
@brunovieira3316
@brunovieira3316 2 ай бұрын
Hope for more! Great content
@kantorobo7718
@kantorobo7718 2 ай бұрын
I really appreciate the structure of your videos just like this one :) will check it out tomorrow first finish work programming :).
@Frank_144
@Frank_144 Ай бұрын
Love it, subscribed so I can know when part 2 releases
@juangabrieleliasgomez518
@juangabrieleliasgomez518 29 күн бұрын
what an amazing video, the whole challenges thing is so awesome!
@bewilderedlearningevolving
@bewilderedlearningevolving 2 ай бұрын
Love your videos, thanks for your contributions!
@brennyDoon
@brennyDoon Ай бұрын
Incredible tutorial. Thank you.
@Vseznamus
@Vseznamus 2 ай бұрын
I can't wait for the next video!
@trip_tohell9333
@trip_tohell9333 14 күн бұрын
This was great. On to the next.
@Vseznamus
@Vseznamus 2 ай бұрын
Cant wait for another video 😊
@spxcyinc
@spxcyinc Ай бұрын
This was very insightful, thank you!!
@honda02134
@honda02134 2 ай бұрын
Beautiful tutorial thanks friend
@OldM8
@OldM8 Ай бұрын
WOW, you're an absolute epic teacher my friend ! Would love some tips on books to read or any courses you'd recomend that helps build up this level of skill...
@Druiduk1973
@Druiduk1973 2 ай бұрын
Very informative. Thank you.
@Asilhan
@Asilhan 21 күн бұрын
Your teaching style is top-notch. First, do it like a beginner and get an error, then show the correct way and how to fix that error just like learning yourself but without spending hours to solve the problem. This way you can see why the first idea that comes to our mind always doesn't work.
@TheScreemShot
@TheScreemShot 2 ай бұрын
THIS is what I needed right now :D
@Asilhan
@Asilhan 21 күн бұрын
You're top tier with the clear code channel. Can you please do more advanced topics?
@WanderfromSOTC
@WanderfromSOTC 2 ай бұрын
Thank you so much😊
@Bardenschule
@Bardenschule 2 ай бұрын
Thank you so much! I started to write codes with Scratch and wanted to get a step further with Godot. I watched many tutorials but they where all way to complicated. This one is perfect! I was looking for this kind of video for days. How can I thank you with some money?
@UberOfficer1
@UberOfficer1 25 күн бұрын
Your pacing is perfect for my slow brain 😂 I feel like this lesson was made for me 😂😂
@flaviopsilva_
@flaviopsilva_ 2 ай бұрын
Amazing video, thank you !
@qingxian3870
@qingxian3870 2 ай бұрын
this course is really fun for beginner ,it was like play a game
@Asguardian22
@Asguardian22 Ай бұрын
Your videos are great as usual. For me, the great thing about your channel was that you covered "less visited" topics in Godot 4. Now you seem to be covering the same stuff everyone else on youtube is covering which is great for people who are beginners, but there are 1,000 learning how to code GDScript Godot 4 videos. Glad to see your great quality is continuing though. Best of luck.
@godotneers
@godotneers Ай бұрын
Thank you very much! Would you happen to have any suggestions for "less visited" topics?
@Asguardian22
@Asguardian22 Ай бұрын
​ @godotneers Sure, Godot is so great because it has so many quality gaming subsystems already built into the engine. For example, 1.) Navigation2D system (with and without tilemap). 2.) Particle system (not a single in depth explanation and implementation on youtube that I can find, including shaders and sub emitters and multiple particles). 3.) Plugins (I really wish there was more detail about this topic. Coming from Unity, we had the Granddaddy of all solutions, ODIN, for inspector customization, but on Godot, it is a chore and a mystery. All the tutorials are how to setup a plugin, but then they do something incredibly simple without any depth.) . 4.) Animation (I haven't seen any decent Cutout or Skeletal 2D animation/animation tree tutorials for Godot 4 anywhere. Everyone seems to focus on sprite sheets.). These are a few topics that IMO are rarely covered, but probably often used, in Godot4. You've already covered several great missing topics like Shaders, UI, Resources, State Charts and if you are not a professional teacher/instructor, you should be, because your delivery and explanations are some of the best I've seen. I hope this does not come across as critical because I have a huge amount of respect and gratitude for what you are doing. Regards.
@godotneers
@godotneers Ай бұрын
@Asguardian22, thank you very much that list is very helpful! I have no problem with criticism that is constructive like yours - it helps me to get better at what I'm doing. Thanks again!
@ForgeOfChaosGaming
@ForgeOfChaosGaming 16 күн бұрын
Well I watched brackyes tutorial and im ready to watch this one i think this is one of the videos that i'll learn something
@phvianna
@phvianna 2 ай бұрын
Beautiful!!!!
@ngrlicious
@ngrlicious Ай бұрын
good video man thanks
@tomasalves3462
@tomasalves3462 2 ай бұрын
Yo your channel is wasome. Big Hug from Portugal!
@kruth6663
@kruth6663 2 ай бұрын
Ah I almost missed a new video, glad I checked
@TheNoobCenter
@TheNoobCenter Ай бұрын
man I love your videos. could you sometime make a grid system for 2d games? I'm having trouble wrapping my head around the implementations
@SergeyPopovichevPS
@SergeyPopovichevPS 16 күн бұрын
💪SUPER!!!!!!! I"m happy
@asthalis
@asthalis 2 ай бұрын
Wow, thanks again for this ! I really love this Channel. Your slogan really should be "quality over quantity" !
@johnnyclifton3373
@johnnyclifton3373 Ай бұрын
FYI... to comment out a block of code or multiple lines of code on a Mac, first highlight or select the code then select 'command' key and 'k' key together.
@kadenfrfx
@kadenfrfx 2 ай бұрын
ur about to create thousands of game developers with this series
@moqiu4920
@moqiu4920 3 күн бұрын
Thank you !!!!!!!
@tauabn
@tauabn 2 ай бұрын
Thanks a lot brother. Fancy doing a GUT tutorial with some real case more complex scenarios?
2 ай бұрын
Though I know python, it was still worth my time to get the small details of GDScript. I would love to follow a video where you make a small game (like Flappy bird or similar small), where you take us through the whole process of the game dev and have everything in Godot fit together.
@MadManTnT
@MadManTnT 2 ай бұрын
Yep!!!
@yeye3999
@yeye3999 Ай бұрын
i love how the captions say hello gooners
@phatslug7373
@phatslug7373 27 күн бұрын
Great video, but am unable to open up the project due to my laptop being so old (I think Hercules used it for his school work) is there a compatibility mode version that can be used. Thanks
@svemunTheEmperor
@svemunTheEmperor 14 күн бұрын
good you showed how to open the project...
@teiny5605
@teiny5605 2 ай бұрын
Hi, your videos are very helpful, you are doing a good thing. I have a question for you, do you have plans to talk about how the servers work in Godot 4 (PhysicsServer, RenderingServer, etc.)?
@godotneers
@godotneers 2 ай бұрын
In general yes this would surely be interesting. However I would need to have good use case for this which I can use to explain things and I currently fail to come up with a good one that isn't so niche that it won't be of interest for the vast majority of users. There is actually very little need to directly work with the servers for most projects. Any ideas?
@teiny5605
@teiny5605 2 ай бұрын
@@godotneers Hmm, there's truth in that, that servers for the most part aren't needed for direct use, but that issue comes up differently on the optimization point. Godot is very good for development and there over-optimization is not needed there in projects that don't have as much calculations as visible actions. Mostly, I think, they should be used to optimize miscalculations of intersections between areas, collision checking, object rendering and even more rarely for sound. Based on this, it makes the most sense to use a physical and rendering server. Going deeper, it reminds me of shooters, bullethell games, maybe also something voxel-based. If we use nodes instead of servers, we get a lot of "unnecessary" checks, which the node does only for the purpose of transmitting data to us, if we need them, although we can do without them. That is, I see the scenario of using servers as getting only what you pay for, rather than connecting a "subscription" to a "smart home" and using only a "smart toilet" when there are dozens of other types of equipment.
@teiny5605
@teiny5605 2 ай бұрын
Hmm, there's truth in that, that servers for the most part aren't needed for direct use, but that issue comes up differently on the optimization point. Godot is very good for development and there over-optimization is not needed there in projects that don't have as much calculations as visible actions. Mostly, I think, they should be used to optimize miscalculations of intersections between areas, collision checking, object rendering and even more rarely for sound. Based on this, it makes the most sense to use a physical and rendering server. Going deeper, it reminds me of shooters, bullethell games, maybe also something voxel-based. If we use nodes instead of servers, we get a lot of "unnecessary" checks, which the node does only for the purpose of transmitting data to us, if we need them, although we can do without them. That is, I see the scenario of using servers as getting only what you pay for, rather than connecting a "subscription" to a "smart home" and using only a "smart toilet" when there are dozens of other types of equipment.
@teiny5605
@teiny5605 2 ай бұрын
​@@godotneersBy the way, the topic of servers in the community in my opinion is covered by a curtain, for besides documentation without specific explanations and 3-4 videos on KZfaq, there is nothing else. Knowing how you approach making videos and spend months or more on it, I think your opening of the curtain would be really impressive and could show the community and, I think, more than a thousand developers who need this knowledge, how this black horse works :)
@SootytheMagicalBear
@SootytheMagicalBear 2 ай бұрын
my solution for challenge 1 is as follows, but its 5 lines instead of 4. It seems to count a turn as an action which is why I made it 12 for steps:int in 12: if tile_color_before_me != "light blue": turn_right() else: step_forward()
@dakotah4866
@dakotah4866 2 ай бұрын
That helps. hey did you have a problem with the Mr g not picking up the coffee?
@SootytheMagicalBear
@SootytheMagicalBear 2 ай бұрын
yeah, I was confused at first why there were transparent cups on the board and what they were for. After a while I realised they are just the pattern you need to have the cups in for the smaller circle. otherwise you would get an error/endless loop. Looking at the notes in the project though, I think my solution was not a good one, because he wanted us to practice for loops in for loops in the next challenge. also additionally a friend pointed out to me I didn't need the else statement. So now it at least meets the requirement of 4 lines. for steps:int in 12: if tile_color_before_me != "light blue": turn_right() step_forward() @@dakotah4866
@katyentweedy5197
@katyentweedy5197 Ай бұрын
Hello! I really appreciate the in depth tutorials. I was wondering if you did private paid lessons for Godot?
@godotneers
@godotneers Ай бұрын
Glad you like them! I currently don't do private lessons as my bandwidth is pretty much fully occupied with making videos and maintaining the libraries.
@hanelyp1
@hanelyp1 Ай бұрын
GDscript is python + the Godot library. A python programming tutorial may help with the base language.
@tinsaus5498
@tinsaus5498 2 ай бұрын
No clue why, but at around 22:40 when you look for step_forward in the ''search help'' tab. Nothing along the lines of step_forward shows up for me. So there's no way for me to find similar functions this way. But it does auto complete when writing a script. So it does exist. Kinda confused right now.
@TheBlackredzone
@TheBlackredzone 2 ай бұрын
Yeah, have the exact same problem. "Search help" doesn't find any custom functions for me.
@chinweokoli5501
@chinweokoli5501 Ай бұрын
Came on here to wonder if I'm the only one. I'm having this exact same problem too. Isolated it to searching through Methods specifically since its that according to the video and no reference under the Methods category show up. Have you been able to fix this on your end?
@pzyko1
@pzyko1 22 күн бұрын
I am having the same issue, trying to figure out why I can't find "stepping robot" in the documentation
@SlimsPickns
@SlimsPickns 7 күн бұрын
Same issue here.
@jasonwilliams8730
@jasonwilliams8730 2 ай бұрын
👍
@dwarfplayer
@dwarfplayer 6 күн бұрын
Yo, who did the art on your thumbnail? It is nice!
@dwarfplayer
@dwarfplayer 6 күн бұрын
the channel profile art*
@Narwhal12
@Narwhal12 Ай бұрын
Is it best to watch this first or something like the “Ultimate introduction to godot 4” first, thanks if anyone responds!
@godotneers
@godotneers 28 күн бұрын
If you don't know how to program I'd start here and then continue with the "Ultimate Introduction" as the "Ultimate Introduction" assumes that you know how to program. If you already know how to program, I think you can move directly to the "Ultimate Introduction".
@Narwhal12
@Narwhal12 28 күн бұрын
@@godotneers thanks! I was on the ultimate introduction but didn’t get to the programming part yet so I’ll use this then go back to that Thanks for responding!
@LightGames_8056
@LightGames_8056 2 ай бұрын
when you will upload the next video ? please answer
@godotneers
@godotneers 2 ай бұрын
Part 2 is currently in scripting phase, during which the script is developed and any code for exercises and examples is written. This usually accounts for about two thirds of the overall effort going into a video. After that I record audio and video and edit everything together. I cannot give an exact date for when this will be done as I am doing this in my spare time which is not entirely predictable.
@Kieroj1357
@Kieroj1357 Ай бұрын
Day 1 = 19:47
@christymarcel9927
@christymarcel9927 Ай бұрын
it crashes when importing files from github pls, help
@Aolovar
@Aolovar 26 күн бұрын
step_forward is not in my Search Help list. what should I do now?
@Aolovar
@Aolovar 22 күн бұрын
Thanks for not helping me
@godotneers
@godotneers 21 күн бұрын
There seems to be a bug which prevents the class from appearing in the help sometimes (github.com/godotengine/godot/issues/86577). I'm currently not aware of a workaround for this. But you can open the stepping_robot.gd file and see all the functions and properties in here. Its not as nice as the documentation but it's at least workable (github.com/godotneers/programming-video/blob/main/infrastructure/stepping_robot/stepping_robot.gd)
@dakotah4866
@dakotah4866 2 ай бұрын
I don't get this I put pick up item in the script and Mr g isn't doing anything there's no errors.
@dakotah4866
@dakotah4866 2 ай бұрын
I get him to move but it won't pick up the coffee for some reason
@dakotah4866
@dakotah4866 2 ай бұрын
Never mind I thought the Google automatically updates I had to download the new one works fine now.
@user-nj4pc8kv2w
@user-nj4pc8kv2w 2 ай бұрын
棒!爱来自中国
@gambar
@gambar 2 ай бұрын
Explained on idiot level. THANK YOU! :))))
@borathossain
@borathossain 2 ай бұрын
Variable,Data types,loop,ifelse,function,oop
@GS_Gamer
@GS_Gamer Күн бұрын
its godot4 f***
@RedHedDes
@RedHedDes Ай бұрын
Please stop using genAI art for your thumbnails! Otherwise love your content.
@berribeans6593
@berribeans6593 Ай бұрын
Fully agreed, the content is insanely good, but using AI art as a content creator just isn't a good look these days
@RedHedDes
@RedHedDes Ай бұрын
@@berribeans6593 beyond being not a good look, it's supporting an exploitive industry that's inherently anti-creative.
@abtin663
@abtin663 2 ай бұрын
Too beginner friendly, there are already many beginner tutorials out there youtubers should move on the next stage other than repeating them selfs
@godotneers
@godotneers 2 ай бұрын
It really depends on your background. If you already know a programming language and just want to get up to speed with GDScript, then I agree that this video will be a really slow burn for you. However if you have zero knowledge about programming, there actually isn't that much material around that teaches GDScript from zero and the general recommendation for newcomers on Discord is "learn Python first it's like GDScript and then you can come back to Godot". A lot of people find this to be a very frustrating experience - they just want to get something on the road. So I decided to make this as a way of enabling newcomers to learn programming while working with the Godot engine at the same time. In the end it boils down to the fact that any given tutorial can't cater to everyone. Luckily for you there is much more material available for people who already know programming, so I hope you can find what you're looking for elsewhere.
@Frostshocker
@Frostshocker 29 күн бұрын
Nice video I plan to give it to a few people and hope they get something out of it. One thing that seems to be strange as I was going through this video though, The section where you search for help does not seem to include any of the methods you added yourself, searching "step_forward" gives nothing and searching "step_" gives "step_finished" which when clicked is just the manual for the tween class, Is there any editor setting I missed that is supposed to be enabled for the search function to work as yours does in the video? Cheers. This was checked on 4.2 stable [46dc27791]
@godotneers
@godotneers 28 күн бұрын
I tried it on 3 different machines and on 2 it worked while on the third it didn't. I'm not quite sure why it doesn't show up sometimes. There is an open issue for the engine: github.com/godotengine/godot/issues/86577 which seems to indicate that this is some bug in the engine. As such, there is not a lot I can do about it :(
@Frostshocker
@Frostshocker 28 күн бұрын
​@@godotneers That's fine I just wanted to make sure I wasn't missing anything, I'm sure whatever it causing it will eventually get sorted, still, nice video 👍
@Asilhan
@Asilhan 21 күн бұрын
@@godotneers Yeah something happened to me in the mid of the video.
Learn programming with GDScript (Part 2)
54:25
Godotneers
Рет қаралды 7 М.
The Future of Game Development
8:58
Brackeys
Рет қаралды 1 МЛН
小路飞姐姐居然让路飞小路飞都消失了#海贼王  #路飞
00:47
路飞与唐舞桐
Рет қаралды 88 МЛН
Como ela fez isso? 😲
00:12
Los Wagners
Рет қаралды 6 МЛН
顔面水槽がブサイク過ぎるwwwww
00:58
はじめしゃちょー(hajime)
Рет қаралды 111 МЛН
4 Godot 4 Devs Make 4 Games in 44 Hours
25:19
DevLogLogan
Рет қаралды 433 М.
Make Pixel Art NOW! (6 Essential Beginner Tips)
8:23
Robinson Pixels
Рет қаралды 2,6 М.
C# is BETTER than GDScript but...
5:13
hamsterbyte
Рет қаралды 27 М.
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 631 М.
the new PS4 jailbreak is sort of hilarious
12:21
Low Level Learning
Рет қаралды 380 М.
The 4 MUST Have ADDONS for Godot 4
4:02
DevWorm
Рет қаралды 55 М.
We made Vampire Survivors BUT in 10 Lines of Code
7:08
PlayWithFurcifer
Рет қаралды 950 М.
Can I Remake Super Mario World in Godot? (Part 1)
18:44
Every Game Engine Explained In 9 Minutes (Part 1)
9:10
Stopshut Games
Рет қаралды 252 М.
小路飞姐姐居然让路飞小路飞都消失了#海贼王  #路飞
00:47
路飞与唐舞桐
Рет қаралды 88 МЛН