Files
mamamiyear c0bc5384f4 feat: add hand detail API and enrich hand summary fields
- HandSummary: add hole_cards, starting_stacks, ending_stacks, pot_contributions
- Engine: capture all players' hole cards (not just showdown), pre/post hand stacks, per-level pot contributions
- Server: new GET /game/<game_id>/hands/<hand_number> route
- Service: add get_hand_state() method
- Tests: add ServerTests for new endpoint, update existing tests
- Existing GET /game/<game_id> auto-inherits new fields via shared to_dict()
2026-05-23 22:11:45 +08:00
..
2026-05-12 00:56:49 +08:00
2026-05-11 15:46:30 +08:00
2026-05-11 15:46:30 +08:00
2026-05-11 15:46:30 +08:00
2026-05-11 20:23:28 +08:00
2026-05-11 20:23:28 +08:00