A tracker should do more than count points
A true score tracker is not just a running tally. It should preserve the full match state clearly enough that you can trust the record after the adrenaline is gone.
That matters because most players do not lose value during the match. They lose value after the match, when the saved score tells them almost nothing about what actually happened.
- Check whether the tracker keeps a reliable match history, not just a final score.
- Prioritize trackers that keep server, side, and set flow understandable when reviewing later.
- Treat post-match usefulness as part of the product, not an optional extra.