golfgame/server
Aaron D. Lee 39b78a2ba6 Add final results modal, active rules display, and UI improvements
- Add big final results modal at game end with rankings and share button
- Add active rules bar showing enabled variants during gameplay
- Increase spacing between player cards and opponents row
- Add Wolfpack bonus rule (2 pairs of Jacks = -5 pts)
- Change joker options to radio buttons (None/Standard/Lucky Swing/Eagle-Eye)
- Update Eagle-Eye jokers: +2 pts unpaired, -4 pts paired
- Add card flip animation on discard pile
- Redesign waiting room layout with side-by-side columns
- Style card backs with red Bee-style diamond crosshatch pattern
- Compact standings panel to show top 4 per category
- Various CSS polish and responsive improvements

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 23:53:07 -05:00
..
ai.py Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00
constants.py Refactor card values to single source of truth, fix ten_penny bug 2026-01-24 20:26:17 -05:00
game_analyzer.py Refactor card values to single source of truth, fix ten_penny bug 2026-01-24 20:26:17 -05:00
game_log.py Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
game.py Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00
main.py Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00
requirements.txt Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
room.py Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
RULES.md Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00
score_analysis.py Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
simulate.py Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
test_analyzer.py Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
test_game.py Initial commit: 6-Card Golf with AI opponents 2026-01-24 19:30:13 -05:00
test_house_rules.py Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00
test_maya_bug.py Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00