I am designing a hacking game that has some similarities with Star Realms. Now one of the main difference is that instead of each card having a special ability triggered when matched with another card of the same color, my game specifies a "Plus-in" color on each card, required to gain the ability which would allow making chains of combo.
Like for example:
Play card of suit A
Play card of suit C, that activate an ability when played after A
Play card of suit B, that activate an ability when played after C
Now the problem, is that if can eventually become very confusing, especially for deck building decisions, to know not only which suits are in my deck, but also which suits are mostly required by cards in my deck.
Which in the end might just be too complex to analyze. But still, since this is a solitaire game, this extra analysis could be desired.
Else I was thinking of simplifying it a bit like for example, maybe A cards can only chained with B cards, so that if you have a lot of B cards in your deck, you know need to buy A cards to trigger them.
Else I could simply use the star realm mechanism of matching card, but I found the chaining option more neat and fit with the theme.
Maybe I should have talked about start realm first. The mechanic is simple, every card has at least a basic ability and a faction ability (card color). If 2 or more cards of the same color get played, all cards of that color activate their faction ability.
It will trigger off a specific suit (color) not a specific card.
Well not really as the results are the same. Instead of resolving triggering from left to right, you trigger them from right to left. It could be slightly more convenient to see the card play when they are in your hands, I'll have to take a look at that. Another thing I though is put the pluginable color on the edge of the card, so that you can easily easy the color matching.
In star realms, if you buy a lot of blue and green card, you know you must focus on green and yellow. But with my system, since the requirements are different, if you buy a lot of green and yellow, you have no clue which color you should focus on.
Of yourse since you start with cards of all colors, you could consider the combo to be random. Or you could focus on a single color to buy cards of that color or cards with matching plugin. It should be doiable, it's just the thinking that is different.