show hall of fame - score as a time (instead of an anonoumus number)

Issue #41 closed
Erik Melkersson repo owner created an issue

Show score as

if (n >= 480) value = (n/480) "days" // starting on two days else if (n > 20) value = (n/10) "hours" // starting on 2 hours else value = (n * 6) "minutes"

Can be fixed on server

Comments (2)

  1. Log in to comment