golfgame/server
adlee-was-taken df422907b0 Speed up animations and reduce CPU turn delays
- Reduce move animation durations by 40% for snappier card movement
- Widen and slow down turn indicator shake for better visibility
- Cut CPU turn delays significantly:
  - Pre-turn pause: 0.6s → 0.25s
  - Initial look: 0.6-0.9s → 0.3-0.5s
  - Post-draw settle: 0.9s → 0.5s
  - Post-draw consider: 0.6-0.9s → 0.3-0.6s
  - Post-action pause: 0.6-0.9s → 0.3-0.5s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 23:06:17 -05:00
..
middleware Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
models Fix V2 race conditions, auth gaps, serialization bugs, and async stats 2026-01-27 16:27:30 -05:00
routers Fix V2 race conditions, auth gaps, serialization bugs, and async stats 2026-01-27 16:27:30 -05:00
scripts Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
services Fix V2 race conditions, auth gaps, serialization bugs, and async stats 2026-01-27 16:27:30 -05:00
stores Fix V2 race conditions, auth gaps, serialization bugs, and async stats 2026-01-27 16:27:30 -05:00
tests Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
.env.example Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
ai.py Speed up animations and reduce CPU turn delays 2026-02-01 23:06:17 -05:00
auth.py Numerous WebUI animations, improvements, AI fixes, opporitunity cost-based decision logic, etc. 2026-01-25 17:37:01 -05:00
config.py Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
constants.py Additional house rules to accomodate more common game variants. 2026-01-26 20:13:30 -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 Additional flip on discard variant - endgame and updated rules.md and new rules page. 2026-01-26 01:01:08 -05:00
game.py Add "Put Back" button to cancel accidental discard draws 2026-01-27 19:02:25 -05:00
games.db More host UI refinements, fun logo animations, etc. 2026-01-26 17:03:30 -05:00
logging_config.py Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
main.py Speed up animations and reduce CPU turn delays 2026-02-01 23:06:17 -05:00
requirements.txt Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
room.py Version 2.0.0: Animation fixes, timing improvements, and E2E test suite 2026-01-29 18:33:28 -05:00
RULES.md Early Knock house rule and improved error handling. 2026-01-26 22:23:12 -05:00
score_analysis.py Additional flip on discard variant - endgame and updated rules.md and new rules page. 2026-01-26 01:01:08 -05:00
score_distribution.png Numerous WebUI animations, improvements, AI fixes, opporitunity cost-based decision logic, etc. 2026-01-25 17:37:01 -05:00
simulate.py Additional flip on discard variant - endgame and updated rules.md and new rules page. 2026-01-26 01:01:08 -05:00
test_analyzer.py Numerous WebUI animations, improvements, AI fixes, opporitunity cost-based decision logic, etc. 2026-01-25 17:37:01 -05:00
test_auth.py Numerous WebUI animations, improvements, AI fixes, opporitunity cost-based decision logic, etc. 2026-01-25 17:37:01 -05:00
test_game.py Fix V2 race conditions, auth gaps, serialization bugs, and async stats 2026-01-27 16:27:30 -05:00
test_house_rules.py Additional flip on discard variant - endgame and updated rules.md and new rules page. 2026-01-26 01:01:08 -05:00
test_maya_bug.py Numerous WebUI animations, improvements, AI fixes, opporitunity cost-based decision logic, etc. 2026-01-25 17:37:01 -05:00