chore: updated readme

This commit is contained in:
2025-11-21 15:51:09 +01:00
parent 052819a7c7
commit 3b0c00ab5f

View File

@@ -22,6 +22,12 @@ A terminal-based morse code practice game built with Deno. Improve your morse co
- Best streak tracking - Best streak tracking
- Historical game data - Historical game data
- Average time per round - 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** - **Flexible CLI**
- Interactive menu mode (default) - Interactive menu mode (default)
@@ -122,7 +128,9 @@ The game tracks:
- Best streak (consecutive correct answers) - Best streak (consecutive correct answers)
- Per-mode statistics - 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 ## Development