A Phase where all players can make moves
uptotec opened this issue · 1 comments
uptotec commented
Hi,
I have a game where in the beginning of the game each player is given 4 cards and can see two of them. I thought this should be a phase in the game with a move called ready. I want to show two cards to the players and have a ready button when all players press the ready button the cards are hidden the game game continues.
I want all players to make the ready move at any time not in order. how to achieve this ?