Hi guys,
I'm looking to make a sort of card game, and each card has various instance variables (let's say for example, number, name, hp, ap, etc etc).
Is it better to create an object for each card (Like [cardname1], [cardname2], etc) and add them all to a family like [UnitCardsFamily]? Or one object in which each frame is a different card? Maybe save the cards in a database and then call them with Ajax? Or none of these? I'm getting at a sort of block with this issue.