just found your channel and i have to say it‘s the only tutorial series of this kind! quick and very helpful! i wanted to work on a project similar to hearthstone for a long time and it seems like this series will be a great help in doing that! im subscribed and can‘t wait for the upcoming videos! greetings from switzerland!
cannot even express how happy i am to find this, so many card game tutorials are outdated at this point. if I can pay you to get these out faster, I will! awesome stuff dude (ps, the audio is kinda low :D)
Not a dumb question at all. If you want to be able to take a card out of a card slot, or replace the card by dragging and dropping a second card on to the card slot, you'll have to store a reference to the card that is in the card slot. You can add a variable to the card slot script called card_in_slot or something. Then when we put a card in a card slot you can set that variable equal to the card put in. Then, where we process a left click, if you click on a full card slot you can call start_drag function and pass in the card in the slot which will make you drag the card. If you watch my next video about player hand, you could also add that card to the player hand array and call the function to organize all the cards into a hand. If you want a video on this I can make one after a couple others I have on the way.
@@Barrys-Development-Hell Thank you for the explanation. I was able to implement the reusable card slots, albeit not very professional but it does work! As for a video in the future, I do think it's a good idea in case people in the future are watching your video's consecutively and aren't really looking at the comments. Overall, still a very good guide and quality is amazing.
@hamdyabozaid8425 I try to keep the videos as short and edited as possible because they are the type of tutorials I like to watch. I'll try explain what I'm doing a little more in the future :)
I subscribed to your channel before it was deleted, and I resubscribed as soon as I saw it back. I've been working on a card game that's a mix of Yu-Gi-Oh and Pokémon TCG for quite some time. Made physical cards to try with friends, and the game is good but could use some improvements. It's tough constantly scrapping and reworking cards... And a virtual game would make play testing easier, and cheaper. I'm no expert at coding, I get the basics, but I work full time in a hospital that is draining, and it's difficult to soak in what I've learn. Your tutorials help a ton, and are the closest I've seen to an actual TCG in Godot 4+. Similar tutorials are just Slay the Spire clones, which isn't what I'm aiming for. I’ve watched all of your tutorials and regularly check your channel for updates. Keep up the great work, seriously, I'll be impatiently waiting lol.
@JAyC3010 I'm delighted to hear the tutorials are helpful, I'll keep making one a week until I run out of ideas, and then I'll take suggestions for more videos 😁. And I'm glad you found the channel again!
@@Barrys-Development-Hell that would be great since there isn't any other tutorials covering it, and it would be great to see it implemented and if possible to improve it.
@@Barrys-Development-Hell +1, would love to learn how to group card slots together and be able to manipulate the cards' data based on the "land" they're in
Update: Everything has worked like a charm and the way you structure your code, makes it really easy to adjust for my project! Looking forward to part 5
Great video. For some reason, when I click on a card, it goes offset unless I let the card in the position (0,0) in the main node. I checked if the card node was offset but it isn't. Any idea ?
Hi Barry! thanks for the tutorial, it was very helpfull. I'm starting a project in Godot that involves some card game mechanics similar to Spellstone and I was very happy to find your channel cause I notice a lack of recent card game tutorials. I bet this is going to be a great series!
@tamilcartoontv720 1 more coming tomorrow and another next week, I have about 10 videos in total planned and then I'll take suggestions for more. Thanks for subbing!
Hey Barry I'm enjoying this series greatly and was wondering if your next series could possibly be about making racing games? It's been my dream to make one!
@thanatos454 I didn't pull them down, I accidently deleted my whole channel while messing around with google account settings and then had to make a whole new channel (this one) and I reposted the three videos I already made. Sorry for any inconvenience but new video out soon and lesson learned for me!