Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct parameter order in high score recording
Fixed the order of parameters passed to add_score() method to match the expected signature (wpm, accuracy, difficulty) instead of (difficulty, wpm, accuracy).
- Loading branch information