Weekend project: a score counter (leaderboard) for games like Scrabble, written in Flutter/Dart.
-
absolutely free and open-source. BSD-3-clause license.
-
easy to use, native interface;
-
you can ask program to multiply numbers for you, i.e.
3*18
will result in54
. -
ability to add or remove players during the game;
-
intrigues players till the end: final score isn't displayed until you explicitly want it.
-
add timer for blitz games.
-
i18n.
-
voice recognition. After all, it's called "eleven" after this funny gag. :)
- initial release.
- internal improvements;
- added confirmation dialog to clear the scores;
- added ability to edit already entered scores.
- persistent players and scores.
- added math to input parsing.
- added preferences panel, where user can select text size, app colors and switch dark mode off and on.