-
Notifications
You must be signed in to change notification settings - Fork 5
Rotation of cards #51
Copy link
Copy link
Open
Milestone
Description
To allow for games like Gene Pool and Scout, we will need a way to rotate cards. Maybe swappig chosen attributes?
(rotate TOP BOTTOM (top ((current player) iloc HAND)))
this will do a 180 rotation. What about a 90 rotation?
(rotate NORTH EAST SOUTH WEST (top ((current player) iloc HAND)))
Reactions are currently unavailable