I have a technical problem.
The players of my game under development are espected to covene for multiple sessions since the game cannot be played to conclusion in a single evening or session.
My game is entirely card based, but during the course of the game certain cards become 'attached' to other cards. In all such cases one or more 'game cards' will be attached to a single card denoting which players owns those cards, or the other way round. Normally during the game these cards would all be placed face up on the table, so that these associations are clear.
My question is how I can pack this setup away for the night such that play can resume next session with all this important game state saved?
Obvious solutins are:
(1) write it all down with pencil and paper (not acceptable since no other aspect of the game requires record keeping)
(2) have clear card 'sleeves' with the dominant card on top such that associations are preserved.
That's all I came up with. Any other ideas. Please?
Thanks for the tips. The multi-card sheets look particularly useful, and combined with id cards as suggested by nando, provides away to neatly store all the state in a single volume.
I guess this is the best solution, but I am still a bit worried that it represents a bit of a weak spot in the game design. One of the less elegant aspects...
Thanks again for the replies.