## Description Implement a `score` module that calculates and persists player scores based on puzzle performance. ## Acceptance Criteria - [ ] A `score` module exists under `src/score/mod.rs` - [ ] Score increases based on puzzle difficulty and time taken - [ ] High score is tracked and updated per session - [ ] Score can be serialized for persistence - [ ] Unit tests validate scoring formulas and high score updates
Description
Implement a
scoremodule that calculates and persists player scores based on puzzle performance.Acceptance Criteria
scoremodule exists undersrc/score/mod.rs