space-game/src/ui
Michael Mainguy 749cc18211 Refactor scoring system to additive model starting at 0
- Replace multiplier-based scoring with additive system
- Score builds from asteroid destruction based on size and timing
- Small asteroids (<10 scale): 1000 pts, Medium (10-20): 500 pts, Large (>20): 250 pts
- Timing multiplier: 3x in first 1/3 of par time, 2x in middle, 1x in last third
- End-game bonuses only applied at game end (hull, fuel, accuracy)
- Add scale property to ScoreEvent for point calculation
- Update status screen to show "CURRENT SCORE" during play, "FINAL SCORE" at end
- Refactor star ratings display into individual columns
- Fix button clipping on hover with clipChildren = false
- Add reusable button hover effects utility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 16:39:27 -06:00
..
hud Refactor scoring system to additive model starting at 0 2025-12-01 16:39:27 -06:00
screens Refactor scoring system to additive model starting at 0 2025-12-01 16:39:27 -06:00
utils Refactor scoring system to additive model starting at 0 2025-12-01 16:39:27 -06:00