I've got a set collection game I've been developing for the past few years...it's been tested and is working well, but I have this nagging feeling that the card count is too high! 177 cards to be exact. Of the 177, 153 are the set collection cards, with the remaining 24 being the "target" cards.
The reason for the high number of cards is simple...for every set to be collected in the game, I created that number of cards...plus a few extra. I did this simply to help increase the odds of drawing the card(s) you need each turn, and not getting stuck if all of any one type of card is already in the other players' hands. For initial testing purposes, this seemed like the easy way to go to ensure that the game could come to a satisfying completion every playthrough, which it has. But I have to think there is a way to reduce the number of cards.
One point to note, the game calls for sets to be kept by the players rather than discarded. There's no real reason for this, other than to temper the remaining cards by those still required to win the remaining target cards. If cards were to be discarded and re-shuffled, my fear is that it would drag the game out and lead to uncomfortably large player hands.
Has anyone developed a set collection game, and found themselves considering the same possibility? How do you determine the number of collection cards based on the total number of sets required by the game?
Adapting the draw deck to the number of players is interesting, though I think in this case it would require some specific filtering which would increase setup time. Not drastic by any means, but a small chore before getting into the action.
I've also split the set cards by type, so as opposed to say TTR where there is an equal number of cards for every color, my game sets the total quantity by the total need of the potential sets. That is to say, there are many more "A" cards in the deck, as "A" cards are very commonly used in the sets to collect. Whereas "Z" cards would be less frequently needed and harder to draw, so players would wisely bank these in their hands for future use.