Godot 3.0: Top-down Tank Battle - Part 6

  Рет қаралды 14,995

KidsCanCode

KidsCanCode

Күн бұрын

Welcome to a new tutorial series. Many of you have requested a full game tutorial, so I've chosen a top-down tank game. I have no idea how many parts this will be, but as we go we'll cover things like tilemaps, pathfinding, ai/behavior, and many other topics.
Follow the written version of the series here:
kidscancode.org/blog/2018/05/g...
Code for this part can be downloaded here:
github.com/kidscancode/topdow...
Art by Kenney: kenney.nl/assets/topdown-tanks...
Support me on Patreon: / kidscancode

Пікірлер: 37
@Any_key404
@Any_key404 6 жыл бұрын
As always that was a good high quality video that did a great job of explaining the what and why if your process. I'm not sure where I learned this but you can also drag an asset from the inspector into your code window and it will populate your code with the path.
@Dearth123
@Dearth123 4 жыл бұрын
Thank you!
@SergioCandelaRamirez
@SergioCandelaRamirez 4 жыл бұрын
best godot tutorial i've found so far, and I can't believe it's for free! I'm totally going to support you on your patreon, Chris
@sixiangyang
@sixiangyang 6 жыл бұрын
I like this series.
@skrolikowski
@skrolikowski 6 жыл бұрын
Great video! Great series! (by the way, the link to the blog is incorrect)
@fjonesjones2
@fjonesjones2 6 жыл бұрын
Great quality video, really finding Godot a great game engine to use.. thank you.
@ronaldpikksaar2202
@ronaldpikksaar2202 6 жыл бұрын
Thanks for another great tutorial series! It's great to see your own health bar but would it be possible to see enemy health as well, lets say at the top of enemies like in RTS or something?
@Kidscancode
@Kidscancode 6 жыл бұрын
Working on exactly that for the next one!
@ronaldpikksaar2202
@ronaldpikksaar2202 6 жыл бұрын
KidsCanCode Thanks, you're too good.
@thatchipmunksings
@thatchipmunksings 4 жыл бұрын
Youre a master of Godot. In short, God.
@creativecandyco
@creativecandyco 3 жыл бұрын
Hey Chris, Thanks for this and the many other tutorials you have produced over the years. These are invaluable to me as a 46 (nearly 47) year old trying to learn code for the first time. I have a problem with my life bar though, it stays at 100% strangely, if I set it to say 10% and then let any enemy hit me, it goes back to 100% I have probably missed a whole bunch of things up as I have tried one from Pigdev, Game development centre and now this one. my hp for the player seems to be working as I should take 10 hits from the enemy and I die after 10 hits. I don't want to paste a whole load of code in here, so was wondering if you had any ideas on why the health bar shoots back to 100% if I set it to 10%, or is that what happens by default if the progress bar isn't working? thatnks again for your tutorials they're top notch.
@j.d.waterhouse4197
@j.d.waterhouse4197 6 жыл бұрын
First comment! Glad you didn't give up on us, we're ready to go.
@LordTeleman
@LordTeleman 3 жыл бұрын
Very nice!
@Puuppamies
@Puuppamies 5 жыл бұрын
Hey you forgot to add links to beginner tutorials for animating the health bar flash. It is easy to just search one but you said you would link one :)
@AngryCreeper-yc6mi
@AngryCreeper-yc6mi 3 жыл бұрын
thank you so much 😊😊😊😊😊
@etopowertwon
@etopowertwon 6 жыл бұрын
What UI pack is it? It looks like kenny's uipack-space, but kenny's has no 200 width versions of bar, or was it modified off screen?
@Kidscancode
@Kidscancode 6 жыл бұрын
Yes, I adjusted it to add those for some quick bars. You can grab the extended bars from the repository.
@alesiobaca961
@alesiobaca961 4 жыл бұрын
Why did you use a shield image from I don't know where?
@DrDrift-rl6cc
@DrDrift-rl6cc 3 жыл бұрын
Where did you guys get the health bar? I can't find it in the Kenny assets anywhere. Thanks.
@DrDrift-rl6cc
@DrDrift-rl6cc 3 жыл бұрын
I found them in the completed project, but I'm still curious where KidsCanCode got them.
@askaranarbekov3145
@askaranarbekov3145 6 жыл бұрын
and where you can download your strips for health?
@Kidscancode
@Kidscancode 6 жыл бұрын
There is a link to the project files in the comments below the video.
@giggleghost3751
@giggleghost3751 4 жыл бұрын
Thanks!
@FM_GOBi
@FM_GOBi 2 жыл бұрын
Thanks!
@akimmahadi8641
@akimmahadi8641 4 жыл бұрын
Anyone got problem at Tween.interpolate_property? My one Attempt to fall function interpolate_property in bass null instance on a null instance
@Kidscancode
@Kidscancode 4 жыл бұрын
This isn't a problem with interpolate_property, it's that you have an invalid reference to your tween node. godotrecipes.com/basics/getting_nodes/
@akimmahadi8641
@akimmahadi8641 4 жыл бұрын
KidsCanCode yea yea sorry. Didn't notice that you put tween node. Btw nice tutorial.
@moric4677
@moric4677 5 жыл бұрын
GOD OF GODOT !
@junndeb2421
@junndeb2421 4 жыл бұрын
Hey there, I've been following this tutorial and I hit a roadblock. I got an error in func take_damage(amount) part, it's related between the health -= amount and the body.take_damage(damage) in the bullet script. I'm going to try and find the solution for this even though I'm still a beginner. I do hope you might help me out here, also I'm using Godot 3.2.
@junndeb2421
@junndeb2421 4 жыл бұрын
oh and the error i have is invalid operands 'Nil' and 'int' in operator '-', which is the - in the health -= amount part
@junndeb2421
@junndeb2421 4 жыл бұрын
I typed func ready() instead of func _ready(), I apologized for my stupidity. Btw your tutorials are great.
@IFarrell625
@IFarrell625 5 жыл бұрын
Where can I download the "UI" assets you use in the video? The assets over at kenney.nl/assets/topdown-tanks-redux have no UI assets... Just to be clear, I did download the Pack, but it has no UI assets. It has the tanks, the bullets, the items and the tilemaps, yes, but no UI...
@Kidscancode
@Kidscancode 5 жыл бұрын
You can get it from my repository in the description, or from kenney's site: kenney.nl/assets/ui-pack
@IFarrell625
@IFarrell625 5 жыл бұрын
@@Kidscancode Got it. thanks!
@skyreyes8261
@skyreyes8261 11 ай бұрын
puro shortcut turo mo 🤥
Godot 3.0: Top-down Tank Battle - Part 7
15:02
KidsCanCode
Рет қаралды 12 М.
How I learned Unity without following tutorials (Developing 1)
18:11
Game Maker's Toolkit
Рет қаралды 2 МЛН
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 16 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 29 МЛН
تجربة أغرب توصيلة شحن ضد القطع تماما
00:56
صدام العزي
Рет қаралды 57 МЛН
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН
choosing a game engine is easy, actually
15:08
samyam
Рет қаралды 351 М.
When Your Game Is Bad But Your Optimisation Is Genius
8:52
Vercidium
Рет қаралды 1,4 МЛН
4 Godot 4 Devs Make 4 Games in 44 Hours
25:19
DevLogLogan
Рет қаралды 493 М.
LEVEL UP Your Game Design Toolkit (Godot for Beginners)
23:30
Coco Code
Рет қаралды 143 М.
The Best FREE Software for Game Development! (In my Opinion)
11:06
How to make a Video Game - Godot Beginner Tutorial
1:17:12
Brackeys
Рет қаралды 1,4 МЛН
Recreating Noita's Sand Simulation in C and OpenGL | Game Engineering
10:03
Rasterizer Algorithm Explanation
5:18
HuCE - cpvrLab
Рет қаралды 76 М.
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 16 МЛН