

Flip Six
Description
Despite the name of the game being Flip Six, no player is guaranteed to flip six cards while playing. Instead that's only one of the ways for the round to end.
In more detail, at the start of each round each player is dealt six cards and places them in two rows of three cards without looking at the cards. On a player's first turn, he first flips two cards face-up – one on the top row, the other on the bottom – then takes his turn, drawing the top card of either the discard pile or the deck. The player then either:
- Replaces one of the cards in his array with the newly drawn card, placing the new card face-up and placing the replaced card on the discard pile.
- Discards the card he drew.
- Places the card on a matching face-up card in his array, then discards both of these cards, then the card either above or below this position.
The goal of Flip Six is to have the lowest total when the round ends, and the round ends when a player has six face-up cards, a player has no cards (due to discarding) or a player calls for the end of the round because she thinks she has the lowest score; in all cases, each other player takes one final turn.
Players then tally their scores, which can be negative due to the deck including negative numbers. If the player who ended the round doesn't have the lowest score, that player's score for the round is doubled. The player with the lowest score after ten rounds wins.