Fix score formula to match design spec #11

Merged
tas merged 1 commits from fix/game-score into main 2026-03-14 21:42:57 +00:00

1 Commits

Author SHA1 Message Date
5c16139b2a Fix score formula to match design specification
The score computation used wrong weights and terms compared to DESIGN.md.
Updated to: enemies_killed*100 + levels_completed*500 - deaths*200 - time_elapsed

Closes #6

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 20:10:54 +00:00