Make A 2D Platformer In 10 MINUTES (Godot 4)

preview_player
Показать описание

In this tutorial series you will learn how to make a 2D platformer game in Godot 4!

Рекомендации по теме
Комментарии
Автор

I really like the no filler and bs style of this tutorial. Just quick and right to the point. It really helps beginners not get so confused.

Ostnizdasht
Автор

tip for smoother x movement:

instead of doing
velocity.x = 300*direction

do
velocity.x += 70*direction
velocity.x *= 0.7

rasati
Автор

This was the first godot tutorial where I could actually follow through

xenon
Автор

Bro you‘re just amazing… It‘s so hard as a beginner to find a tutorial that doesn‘t just tell you what to do, but explains WHY you do that. I love how you can explain things slow and understandable, so that I can follow the tutorial easily:)Keep up the good work💪👍

xshadowfishx
Автор

I really enjoy your way of explaining things! It's just simple but super accurate and understandable!

Keep the great work!

_Dontno_
Автор

This is extremely concise and helpful. It basically gave me an epiphany about how Godot actually works, enabling me to start actually making the games I've been trying to make for years.

lukefortune
Автор

this just earned you a new subscriber, first tutorial that I can actually understand, I always find tutorials really boring, but this was short and taught me everything i wanted to know

Thatguy_
Автор

I watched a video similar to this and was confused to tears. I thought I was just dumb, but once I watched your video I understood all the concepts in the same amount of time. Great job!

danielgrezda
Автор

This is really cool. Putting the jump force, gravity, and speed in the viewport was nice! I was not sure that could be done until I saw you do it. Thank you!

lazybackup
Автор

I'll take a look at this later for sure. I'm taking your udemy godot4 course but took a break after the first 2 sections. For the best of reasons tho. For the first time since getting interested in game dev, I joined a game jam and after 4 days of effort, my game is actually almost done. Just doing the sound and then whatever polish I have time for.

Going back and looking at your lessons was a big help. So thanks man.

Aerionix
Автор

I wish I could give this video more then 1 thumbs up. Straight to the point and clear and consise. Great video!

biomajor
Автор

Kaan, thanks so much for all your effort! I have enjoyed every tutorial you have posted. I have a Unity C# background, but I must admit that GD script is a way lot easier and faster to learn. This probably because you explain everthing so clearly. Not only verbally but also visually. I think everyone would agree with me😄Wishing your channel a great success!

justinbenjamins
Автор

Greatest tutorial for simple platformers! This video really now helped me to choose the game engine to make a project for the end of college studying.

chistonebovec
Автор

Really good and easy to follow for someone who is not used to Godot. Thanks for sharing

robthebiff
Автор

Thank u man I've searched this godot tutorial in internet and found many but not like this as simple appreciate for your work man 👍

venommortal
Автор

You made that look easy and gave me some motivation to try this out myself.

zucankidev
Автор

I spent all night looking for your video. This is perfect

shypixes
Автор

Definitely wasn't expecting you to explain everything so well. This is great as a second tutorial after I learnt the basics. Thank you!

FireManiac
Автор

Wow bro!! Im completely new to Godot (came from rpg maker as it got my foot into the door and got me exicited about games but its too restrictive so wanted to branch out) and man your so percise and on point with the video!!

I watched countless videos before this one and they kept doing stuff without explaining it using shortcuts ect and i got lost and scapped the project each time. But with yours i actually got it working and running exactly the same as you! Thank you for boosting my confidence with this engine! I liked and subscribed my friend!

AstriaTVTruthExposed
Автор

Thank the best godot tutorial I've ever seen! Thats not a "just do as I do on a screen", I actualy understood how all this working!

Just_Kovi