Skip to content

Conversation

@tphummel
Copy link
Owner

@tphummel tphummel commented Jan 9, 2026

  • Merge comeBets and comePending into single column
    • Established bets show as "4:$15+$45"
    • Pending bets show as "P:$15"
  • Add before/after game state columns
    • beforeIsComeOut/beforePoint: state before the roll
    • afterIsComeOut/afterPoint: state after the roll
  • Combine dice into single roll column: "7 (2,5)"
  • Add detailed action tracking columns:
    • movements: track come bets transitioning from pending to established
    • wins: all winning payouts with amounts
    • losses: all losing bets with amounts
    • netChange: dollar impact per roll

Makes it much easier to follow the complete action of each roll from initial state through the roll to final outcome.

- Merge comeBets and comePending into single column
  - Established bets show as "4:$15+$45"
  - Pending bets show as "P:$15"
- Add before/after game state columns
  - beforeIsComeOut/beforePoint: state before the roll
  - afterIsComeOut/afterPoint: state after the roll
- Combine dice into single roll column: "7 (2,5)"
- Add detailed action tracking columns:
  - movements: track come bets transitioning from pending to established
  - wins: all winning payouts with amounts
  - losses: all losing bets with amounts
  - netChange: dollar impact per roll

Makes it much easier to follow the complete action of each roll
from initial state through the roll to final outcome.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@tphummel tphummel merged commit 9a5a938 into main Jan 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants