Player cards left count

Hi list,

I’m working on a two players CDG game module, and would like to know if there is a way to show how many cards left on their hands for each player ?

Thanks !

Michael

On May 24, 2011, at 8:39 AM, jarjar26 wrote:

Hi list,
I’m working on a two players CDG game module, and would like to know
if
there is a way to show how many cards left on their hands for each
player ?

I thought there was a thread on something related recently, but I
can’t seem to locate it.

If the player hands are decks, then there is direct support for
counting the number of cards in a deck.

If the player hands are separate maps, then you would have to
implement a trigger-based counting method so that whenever a card is
placed on a particular map the counter is incremented and when a card
is moved away the counter is decremented. I think the first one is
pretty straight-forward, but I’m not completely sure about how to do
the second part.

On May 24, 2011, at 9:46 AM, Thomas Russ wrote:

On May 24, 2011, at 8:39 AM, jarjar26 wrote:

Hi list,
I’m working on a two players CDG game module, and would like to
know if
there is a way to show how many cards left on their hands for each
player ?

I thought there was a thread on something related recently, but I
can’t seem to locate it.

Ah, I found the post. Go to
viewtopic.php?f=6&t=2854&start=0&hilit=count+player+hand

If its oK for everyone to see it, this is much easier and worked great for me:

https://forum.vassalengine.org/t/number-of-pieces-left-in-a-deck/3776/1