This commit is contained in:
Pavel Flegr 2026-05-07 18:41:12 +02:00
commit ef045f9353
4 changed files with 76 additions and 108 deletions

View file

@ -60,6 +60,8 @@ The script MUST export these functions (no classes, no imports):
skipNext bool true when the next player must skip unless they counter with an Ace
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
currentPlayerIndex number acting player seat index
playerCount number total number of players
handCounts number[] cards held by each player (seat order)