Hello everyone!
I recently started using Unity to try and learn it. It went pretty well at the start, i made a little sample on 2d platform game. But now i would like to try and make an own Card-based Game. And this i have no clue on how to do. I tried to search the web for info, but couldn’t find much to help me (also i’m greatly visually handicapped, so searching can be very hard for me, and that’s why i ask here).
I have a little clue on how to make the deck, but only the normal deck of cards where you have 52 cards, but i wanna make my own cards and have i.e 3 of the same card in the deck.
What i’ve managed to do myself so far is the Top-down view i want and i have 3 different prefab cards for my deck, (wanna try it small first, before adding all cards).
So what i need help with is something that would allow me to make a deck with the cards i put into the deck, shuffle it, and then draw the cards till the deck is empty. Would be nice if the card that i draw would go to the players “hand” instead off just to the “field”
If there’s someone who has a clue on how this could be done, i would very much appriciate some help!
If there’s anyother video or thread that has asked this, i would appriciate a link to it, since i can’t seem to find the info i need.
Also i’m using c# not javascript.
Thanks in advance
Best Regards
Marcus
P.S. Sorry for bad sentences or misspellings, can be hard to be visually handicapped.