a
This commit is contained in:
parent
d61129dfe5
commit
7b54ed8e53
3 changed files with 21 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ The script MUST export these functions (no classes, no imports):
|
|||
chosenSuit string — suit the player chose when playing an Upper (wildcard)
|
||||
hand Card[] — the acting player's FULL hand, including cards being played
|
||||
playerHands Card[][] — full hands of all players in seat order
|
||||
discardPile Card[] — full discard pile snapshot (includes previously played cards)
|
||||
deck Card[] — current draw deck snapshot
|
||||
currentPlayerIndex number — acting player seat index
|
||||
playerCount number — total number of players
|
||||
handCounts number[] — cards held by each player (seat order)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue