This commit is contained in:
Pavel Flegr 2026-05-07 19:46:01 +02:00
commit 7b54ed8e53
3 changed files with 21 additions and 0 deletions

View file

@ -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)