Playing a Card - cschladetsch/Unity3dCardChess GitHub Wiki

Each Card has a Mana cost. If the player has the required mana, he can play the card.

There are different types of cards to play.

Each card has in general different rules about where and when they can be played. Some cards have abilities that allow it to move or attack when first played, for instance.

The Queen can only be played on an empty square next to her King. There are other rules for the placement of each card that are described in their text.