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

Allow Queen Bee to be the first move. #93

Open
guillermo-morini-ef opened this issue Apr 7, 2020 · 3 comments
Open

Allow Queen Bee to be the first move. #93

guillermo-morini-ef opened this issue Apr 7, 2020 · 3 comments

Comments

@guillermo-morini-ef
Copy link

guillermo-morini-ef commented Apr 7, 2020

As a player
When I go to place the first piece
Then I should be able to place the queen as my first move.

Currently, its seems neither player can place the queen bee as the first move.

@JHonaker
Copy link

While this is not an official rule in the game box, the community has decided to disallow Queen placements first. They found that it led to an inordinate amount of draws. It's referred to as Tournament Rules online. I think this only implements TR.

@jonthysell
Copy link
Owner

Yes, I implemented the tournament rules (no queen-bee first moves) because even the game's creator endorsed the rule change.

Because of how I architected the code, I just never got around to figuring out rules variants.

@vovanz
Copy link

vovanz commented Jan 26, 2022

@jonthysell do you thin it is possible to add an option to GameTypeString in UHP to choose the opening type?

Something like Base+StandardOpening or Base+TournamentOpening.

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

No branches or pull requests

4 participants