Open
Conversation
- Add stateVersion field to BaseGame for equality checks - Add JSDoc documenting Set/Array serialization contract for moves 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update package.json - History type updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add BackgammonGameOutcome type: 'normal' | 'gammon' | 'backgammon' - Add GAME_OUTCOME_POINTS constant with scoring multipliers - Add BackgammonGameCompletionDetails and BackgammonGameCompletedEvent interfaces - Update BackgammonGameCompleted to include outcome, basePoints, finalScore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Import MatchInfo and add matchInfo field to BaseGame and GameClass
- Add BackgammonWinType type ('simple' | 'gammon' | 'backgammon')
- Add winType and pointsWon fields to BackgammonGameCompleted
Part of issue #246 - Gap Analysis implementation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ement feat: add Crawford/Jacoby rule types and game completion scoring
- Add MatchEquityTable interface for MET data structure - Add MatchScoreContext for tracking match state - Add CubeDecisionAnalysis for cube decision results - Add GammonValues for gammon/backgammon value calculations Part of issue #246 - Gap Analysis implementation (Phase 2: Match Equity) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat: add Match Equity Table types
Add types for luck calculation feature: - RollLuck: luck data for a single roll - PlayerLuckSummary: per-player luck totals - GameLuckAnalysis: complete game analysis - LuckThresholds: joker/anti-joker thresholds - LuckClassification: joker | anti-joker | normal - DEFAULT_LUCK_THRESHOLDS constant Part of #246 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Closes part of nodots/nodots-backgammon#246
🤖 Generated with Claude Code