Hi,
For my next game I'd like to be able to code a deck of custom cards. The player starts with a deck of 81 cards. There are 4 card suits, but the cards have no numbers. At some points, the player will have the ability to permanently add and remove cards from the deck.
I'm not sure how to get this part even started. Should I use an actor behavior with some kind of list of attributes?
Once I figure that out. Then comes drawing cards, discard piles and shuffling the deck back together once everything is in the discard pile. Hopefully these things come easier once i understand how to code a deck.
Any help is appreciated. Thanks.