Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Special card handling on first turn #128

Closed
github-actions bot opened this issue Sep 22, 2022 · 0 comments
Closed

Special card handling on first turn #128

github-actions bot opened this issue Sep 22, 2022 · 0 comments

Comments

@github-actions
Copy link
Contributor

lines: 64,68
assignees: larssieboy18
labels: enhancement
If a special card is dealt at the first turn, the game should apply that effect to the first player (e.g. skip the player on a skip card, give 2 extra card on a +2 card, etc.)

Line: 28

playerHands[i] = startingDeck.slice(0, 7);
}
// TODO Special card handling on first turn
// lines: 64,68
// assignees: larssieboy18
// labels: enhancement
// If a special card is dealt at the first turn, the game should apply that effect to the first player (e.g. skip the player on a skip card, give 2 extra card on a +2 card, etc.)
// create discard pile
let discardPile = [];

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

No branches or pull requests

1 participant