Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose Your Own Role #88

Open
bbailey27 opened this issue Jul 18, 2020 · 0 comments
Open

Choose Your Own Role #88

bbailey27 opened this issue Jul 18, 2020 · 0 comments
Labels
backend Requires server-side changes enhancement New feature or request frontend Requires changes in components or styling (JSX and/or CSS)

Comments

@bbailey27
Copy link
Collaborator

Simulate the method we occasionally use to let players choose which role they claim, without letting others know who claimed which role.

  1. Assign everyone a random number/order (should probably be different from king order)
  2. Let the first person choose from all available roles in the game
  3. Let the next person choose from all remaining unclaimed roles (they can see which role is missing but should not know who had the number before them)
  4. Continue letting each person choose from the remaining roles until all roles have been claimed
  5. Start the game as normal, using the selected roles
    Note: Players should not discuss their order during the game (even vaguely), though they can privately use their knowledge
@bbailey27 bbailey27 added enhancement New feature or request frontend Requires changes in components or styling (JSX and/or CSS) backend Requires server-side changes labels Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires server-side changes enhancement New feature or request frontend Requires changes in components or styling (JSX and/or CSS)
Projects
None yet
Development

No branches or pull requests

1 participant