Contents
About the SET game
What’s a set?
SET consists of 81 playing cards. Each card shows a number of symbols. The cards have following properties:
- Symbol shape
- A card has rectangle, an oval or a wave shaped symbols
- Color
- A card hasgreen, red or purple colored symbols
- Number
- There are cards with one, two or three symbols on it
- Filling
- A card has symbols that are open, hatched or fully filled
For the reader interested in statistics: the cards have 4 properties, each property assuming 3 values. The total number of combinations of these properties is therefor 3*3*3*3=81. So the SET deck consists of all possible combinations of the properties.
Three cards form a set if each of the properties have identical values on each card or have entirely different values on each card. It is possible that on the three cards one property assume the same value, whereas other properties assume different values. Following examples make things clear.
Note: it is not possible that all four properties assume the same values. This would mean the cards would be identical. However, each card occurs only once in the 81 cards deck.
The SET game
The game can be played by 2 or more players. The game starts by placing 12 cards in a 4 by 3 grid on the table. The symbol side is visible. Cards are placed on the table by the dealer, who might or might not be a player.
If a player sees three cards that form a set, the player shouts ‘SET!’. The player immediatelly points out the three cards and is allowed to remove them. The empty spaces are filled with new cards from the deck, symbol side visible.
It is possible that there are no valid sets on the table. In that case, if all players agree 3 additional cards are placed adjacent to the display.
The game ends when there are no cards left in the deck and there are no more valid sets on the table. The player who has collected the most sets is the winner.
The SuperSet program
Signing-up
Single Player SuperSet
In Single Player mode you play SuperSet against time: the objective is to collect sets as fast as possible.
When starting the game, 12 cards are displayed to the user, symbols visible. The user clicks the sets. At start-up, a score increment starts counting down exponentially from 100 to 1. The score increment roughly halfs every 15 seconds. When a set is clicked, this score increment is added to the score, and the increment is reset to 100. So instantaniously clicking a set after starting the program gives you 100 points. Waiting longer results in less points to be added to the score. Since there are 81/3=27 sets, the absolute maximum score that can be achieved is 2700 points. This of course is theoretical when clicking at WARP speed, but scores above 2000 are possible by mortal human beings after practice.
Clicking three cards that are not a set is not without consequence: 25 points are substracted from the users score. When this would result in a negative score, the score will be set to 0.
It is possible that no sets are possible, given the cards that are displayed. The user can press the ‘no-set’ button. SuperSet checks if the user was right: if there are no sets indeed, three cards are added to the display. If however, the user was wrong and there is a a set possible, the score increment is set to 0. One of the sets that are possible is highlighted. Since the score increment is set to 0, the user will not get points clicking the highlighted set. On the PC version, the number of possible sets is indicated.
The game ends when all cards are played and when no more sets can be formed with the cards on the table. The user presses the ‘no-set’ button. It is highly likely that some cards are left on the play field. For each card the user obtains a number of points equal to the average number of points per card the user has played away in sets. In this way the score is not biased by the amount of cards that are left on the play field. After the game is finished, the program displays the final score to the user.
The Single Player SuperSet game is started by choosing ‘Game’->’Single Player’ from the menu.
Controls and indications
Two Player SuperSet
This version has not been implemented yet. I am afraid it will never be…
The SuperSetServer
To be defined