golfgame/server
Aaron D. Lee d9073f862c Add documentation and move rules display to header
- Add comprehensive docstrings to game.py, room.py, constants.py
- Document all classes, methods, and module-level items
- Move active rules display into game header as inline column
- Update header to 5-column grid layout
- Update joker mode descriptions (Lucky Swing, Eagle-Eye)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 00:10:26 -05:00
..
ai.py Add final results modal, active rules display, and UI improvements 2026-01-24 23:53:07 -05:00
constants.py Add documentation and move rules display to header 2026-01-25 00:10:26 -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 documentation and move rules display to header 2026-01-25 00:10:26 -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 Add documentation and move rules display to header 2026-01-25 00:10:26 -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