Hello,
In my game Saint Petersburg I have a Stock component for each player's tableau where cards are played. By the end of the game there can be quite a few cards there and I would like to overlap duplicates (i.e. same weight) to save space. From what I can tell there is no way to do this with Stock. Horizontal overlap is all or nothing.
I gather this can be done with Zone (haven't looked too closely), but Stock feels like the right component here. It does exactly what I want in all other cases so I don't want to re-implement those features for Zone.
Is there any way to have more control on or define a custom overlap for Stock?
In my game Saint Petersburg I have a Stock component for each player's tableau where cards are played. By the end of the game there can be quite a few cards there and I would like to overlap duplicates (i.e. same weight) to save space. From what I can tell there is no way to do this with Stock. Horizontal overlap is all or nothing.
I gather this can be done with Zone (haven't looked too closely), but Stock feels like the right component here. It does exactly what I want in all other cases so I don't want to re-implement those features for Zone.
Is there any way to have more control on or define a custom overlap for Stock?