Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Cups^3 ("Cups Cubed")
- Requires 2 players
- -Setup-
- Each player gets five cups, which they take turns placing on their sides of the board.
- After that, each player gets twenty cubes of their color, which they can take alternating turns placing in *any* of the cups. Cups have a maximum of five cubes each.
- Movement is orthogonal (no diagonal movement)
- Adjacency is *not* orthogonal (so cup chains can be diagonally)
- -Actions-
- The player who goes first gets one action. On each subsequent turn, the player gets two actions.
- --Free:
- * Move a cup that contains one of your cubes up to 3 spaces
- * Add a cube to a cup already containing a cube of your color
- --Remove one of your cubes from a cup to...
- * remove one of your opponent's cubes from the same cup
- * remove one of your opponent's cubes from up to two different adjacent cups
- * add one of your cubes to up to two adjacent cups
- * move the same cup anywhere on the board
- * move up to three cups that are adjacent and contain at least one of your cubes 3 spaces
- After <X> turns, the player who has the most cubes total is the winner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement