The card-game "Set"Preface
Set
is a nice card game for 2 to 8 players.
Because the game consists of very simple cards, it's self-evident to create the cards yourself instead of buying it. In the next section you can download the cards in PDF format. Note this cards are not the original cards (symbols and colors differ sometimes). But the principle is the same. Download the cards as pdf, ps, or LaTeX
If you want to make adaptations here is my LaTeX code. SetTrainer
Want to detect sets faster? - No problem. The SetTrainer helps you thereby. 50 triples of cards are shown. Your task is to decide as fast as you can whether it's a set or not. You can also use the the keys y (set) and n (no set).
The SetTrainer can also be downloaded and started locally. The Java sources are naturally public. |