@: Quick question … what would be the best way to implement the following feature. Cards can’t attack a player as long as the player has cards in front of him in play?
I was thinking of doing a boolean value on the player and have that set when a card is played or unset when there are no more cards on the field. What do you think?