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

8 players game goes to turn 10 with one player with only one card #11

Open
Maxouwell opened this issue Feb 13, 2024 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@Maxouwell
Copy link

Hello,

On a game we just made, there was a player with only 8 card turn 9 and 1 card turn 10.
The game crashed on turn 10 with a 500 error.

Also, we can't start a game anymore, may be related.

@AmirRezaM75
Copy link
Owner

Hi @Maxouwell
The allowed max player for the game is 7. I made a mistake to check that before starting the game.
Sorry to ruined your game.

@Maxouwell
Copy link
Author

Thanks for your response !
In the rules we have, the last round(s) are just played with the same number of cards.

So :

  • for 8 players, rounds 8, 9 and 10 are all played with 8 cards,
  • for 9 and 10 players, round 7, 8, 9 and 10 are all played with 7 cards

It may be a way to open the max number of players.

@AmirRezaM75
Copy link
Owner

There are 71 cards in total.

Parrot (14)
Pirate Map (14)
Treasure Chest (14)
Jolly Roger (14)
Pirate (5)
Skull King (1)
Mermaid (2)
Escape (5)
Kraken (1)
White Whale (1)

This is from the official rule book:

Skull King is played over 10 rounds. 1 card is dealt to each player in the first round, 2 are dealt in the second, and so on, ending with 10 cards dealt to each player in round 10. The entire deck, including all cards played in the previous round, is shuffled at the start of each round.

I think you are talking about advanced rules:

When playing with more than six players, ensure that each player has the same number of cards in the final rounds. Simply repeat the number of cards dealt, which allows each player to have an equal number of cards, in each of the remaining final rounds.

I need to take a look at my entire game logic before implementing that. It takes time.

@AmirRezaM75 AmirRezaM75 added the enhancement New feature or request label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants