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

Prevent any player from randomly starting the game with a full region #59

Open
stevegrossi opened this issue May 25, 2020 · 2 comments
Open
Assignees
Labels

Comments

@stevegrossi
Copy link
Owner

stevegrossi commented May 25, 2020

At the start of the game tiles are granted randomly, so there's a small chance that one player would be granted ownership of every tile in a region, and would start the game with the region's bonus, giving them an unreasonable advantage.

There might be several ways to prevent this. Since (for now) all tiles belong to a region, we might loop through each region as we assign tiles, ensuring each region is as evenly divided among players as possible.

@yakryder yakryder self-assigned this Oct 8, 2020
@yakryder
Copy link
Collaborator

yakryder commented Oct 8, 2020

I will start with a quick look at this today

@yakryder
Copy link
Collaborator

yakryder commented Oct 9, 2020

Looked at this yesterday. Nearly have a failing test, will commit and push when available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants