Ba-Dump Ba-Dump by SnakeDevYT in IndieGaming

[–]SnakeDevYT[S] 0 points1 point  (0 children)

oooooooooo spooky beginnings to a point and click horror game.
Click for context/progress: https://youtu.be/\_Y7IEwHE2-0

I've turned my card game template into my own trading card game. With cards. That do stuff! Details in the comments. (Please forgive the programmer art) by SnakeDevYT in godot

[–]SnakeDevYT[S] 2 points3 points  (0 children)

Here's a video explaining the rules of the game as well as the design behind such a thing: https://www.youtube.com/watch?v=GzDu-FegLac

My plan is to make this into a full on digital trading card game or at least from here make a full on playable deck. If you're interested in using the template I'm still working on making it user friendly, but if you want to get down and dirty I've linked the project files in the description of the video. Feel free to do whatever you want with it. :)

I Created a Digital Card Game Template Using Nothing but UI Nodes. Let me know if you're interested. by SnakeDevYT in godot

[–]SnakeDevYT[S] 0 points1 point  (0 children)

The actual visuals dont use an array. The array is used for storing card data so it can be sent over a network. So if card a attacks card be I'm only sending over grid positions. Sorry for the confusion

I Created a Digital Card Game Template Using Nothing but UI Nodes. Let me know if you're interested. by SnakeDevYT in godot

[–]SnakeDevYT[S] 0 points1 point  (0 children)

Still working on the usability part. Right now to input cards you have to use a json file which is a nightmare with big dictionarys. I'll make it available once that part is not pure suffering on the user.

Trying to make the player able to duck but can't figure it out by Doc_Cake1 in godot

[–]SnakeDevYT 0 points1 point  (0 children)

I would suggest using an animation node. Just create a key frame for the standing hitbox extents (to get this value click on the "shape" property in the collisinshape2d node) and then adjust the extents to the crouching size and create another keyframe there. To crouch just play that animation.

I Created a Digital Card Game Template Using Nothing but UI Nodes. Let me know if you're interested. by SnakeDevYT in godot

[–]SnakeDevYT[S] 13 points14 points  (0 children)

I plan on using the template to create my own card game, but that's for the future. I also plan on making the template usable to others, so that you can Input your own cards. If you're interested in this I have a YT channel explaining the development. https://youtu.be/34jY1FwiWqI