Show live table action status
This commit is contained in:
@@ -108,6 +108,10 @@ export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"
|
||||
- Anything consuming `DecisionContext.history` across hands must key off
|
||||
`handNumber`. History is cleared each hand, so a size comparison silently drops
|
||||
events.
|
||||
- `TableSnapshot.lastAction` intentionally survives board-transition frames.
|
||||
Live status copy may carry it into the next decision only when the event's
|
||||
`street` matches the snapshot, or the first flop actor resurrects a pre-flop
|
||||
action.
|
||||
- Android is playable in Compose. Engine snapshots are paced through a
|
||||
rendezvous channel, human decisions are matched by engine-owned tokens, and a
|
||||
completed hand stays on screen until the player explicitly starts the next one.
|
||||
|
||||
Reference in New Issue
Block a user