Open willwade opened 4 years ago
I've noticed this as well. The game doesn't end immediately after reaching Z, but it's still sooner than I'd expect.
I suspect that whatever system it uses to judge whether you've learned each letter isn't granular enough. It seems to assume you've "learned" a letter after you get it right a few times, and doesn't do a good job of systemically revisiting recently learned letters to make sure you haven't forgotten them, or of avoiding wasting time on letters you've already gotten right dozens of times with no mistakes.
A suspect making the game track progress statistics a bit more granularly (#38) might help with this.
See:
https://github.com/googlecreativelab/morse-learn/issues/9
I'm not sure if this is true (I havent personally got this far) - but if it is we need to fix this