From 3b0c00ab5fde5058fe39918f8a6c410a44bd6673 Mon Sep 17 00:00:00 2001 From: Alberto Rigamonti Date: Fri, 21 Nov 2025 15:51:09 +0100 Subject: [PATCH] chore: updated readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 696d927..7060f37 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ A terminal-based morse code practice game built with Deno. Improve your morse co - Best streak tracking - Historical game data - Average time per round + - Stats saved locally in project folder + +- **Smart Feedback** + - Immediate feedback on answers + - Shows what your morse code translates to when incorrect + - Helps you learn from mistakes - **Flexible CLI** - Interactive menu mode (default) @@ -122,7 +128,9 @@ The game tracks: - Best streak (consecutive correct answers) - Per-mode statistics -Stats are saved to `~/.morse-game/stats.json` +Stats are saved to `./data/stats.json` in the project directory. + +When you answer incorrectly, the game shows what your morse code input actually translates to, helping you understand and learn from your mistakes. ## Development