Advertisement
Proven_Paradox

Bluesky prompt: Cups^3

Jun 23rd, 2023 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Cups^3 ("Cups Cubed")
  2. Requires 2 players
  3. -Setup-
  4. Each player gets five cups, which they take turns placing on their sides of the board.
  5. 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.
  6. Movement is orthogonal (no diagonal movement)
  7. Adjacency is *not* orthogonal (so cup chains can be diagonally)
  8.  
  9. -Actions-
  10. The player who goes first gets one action. On each subsequent turn, the player gets two actions.
  11.  
  12. --Free:
  13. * Move a cup that contains one of your cubes up to 3 spaces
  14. * Add a cube to a cup already containing a cube of your color
  15.  
  16. --Remove one of your cubes from a cup to...
  17. * remove one of your opponent's cubes from the same cup
  18. * remove one of your opponent's cubes from up to two different adjacent cups
  19. * add one of your cubes to up to two adjacent cups
  20. * move the same cup anywhere on the board
  21. * move up to three cups that are adjacent and contain at least one of your cubes 3 spaces
  22.  
  23. After <X> turns, the player who has the most cubes total is the winner
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement