yasuki_core.engine.rules.log.Act#

class Act(seat, action)[source]#

Tape entry: the active player took an action — a pass or a card action.

Attributes:
seatPlayerId

The seat that acted, recorded so replay can verify the log stays in step with the engine.

actionAction

The action taken.

Methods

Act.__init__(seat, action)

Attributes

seat

action