myjian / mai-tools

mai-tools is a collection of useful tools for maimai and maimai DX.
https://myjian.github.io/mai-tools
GNU General Public License v3.0
39 stars 11 forks source link

Rating calculator: cache player scores #71

Open myjian opened 10 months ago

myjian commented 10 months ago

I am not sure whether it would be too large for localStorage. Maybe include all current version scores and 300 best scores.

Cache format may look like:

{
  playerIdx: xxx,
  playerName: yyy,
  records: [...]
}