You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost any action (playing a event, moving a stack) may have every other player react to it (by playing a response card)
The need for all 5 other players to press "play no response card" multiple times per impulse (on average) would bog the game down quite to much. Especially as in most situations, the player can not, and very obviusly would want to, play an response. But skipping the reaction when the player doesnt have a repsonse card would give away the information that that player does not have a response card in hand.
Note:
No actual work will be done on this issue, until it is possible to play the game properly. This issue is purely for discussion on a issue that has no obvius solution.
Possible solutions:
give players a option to automaticly pass on actions by certain Powers.
Pro: would reduce the total number of reactions.
Con: would probably not reduce the total number of Actions that have to wait for an reaction, so still quite slow.
The text was updated successfully, but these errors were encountered:
Another possible solution:
Speculative execution/rollbacks
Let every player make its turn as if no one wants to make a interrupt (until new information is revealed or a random result has to be generated). Then show the other players the interrupts in the order they occured (hiding information that was generated after the moment were the interrupt was possible). If a player chooses to do a interrupt, the gamestate is reset to that time.
Pro: would reduce the total number of times one has to wait for other players.
Con: very likely above my skill level to implement. Resetting the gamestate might be confusing for the player. If players communicate they could recive information they should not have at the time they make the decision weather to play a interrupt.
Almost any action (playing a event, moving a stack) may have every other player react to it (by playing a response card)
The need for all 5 other players to press "play no response card" multiple times per impulse (on average) would bog the game down quite to much. Especially as in most situations, the player can not, and very obviusly would want to, play an response. But skipping the reaction when the player doesnt have a repsonse card would give away the information that that player does not have a response card in hand.
Note:
No actual work will be done on this issue, until it is possible to play the game properly. This issue is purely for discussion on a issue that has no obvius solution.
Possible solutions:
give players a option to automaticly pass on actions by certain Powers.
Pro: would reduce the total number of reactions.
Con: would probably not reduce the total number of Actions that have to wait for an reaction, so still quite slow.
The text was updated successfully, but these errors were encountered: