Im currently working on a board game, and my biggest issue right now is that I would like to have a card deck that I draw from. Ideally I would like the player to have a hand of 5 cards. So if anyone could think of a way where you could draw from a deck till a hand is filled to 5...
The only thing I could think of is having some sort of "hand" global variable, but im having a lot of trouble making an actual deck to draw from. Really struggling there. Any help would be appreciated! Thanks.