Clicking the ? mark to see the formula also sorts the list from #100 - #1 (or vise versa)
N = Total number of levels created
L = Total number of likes received
A = Total number of attempts
W = Total number of wins
x = when N < 8 then 0.1 * N + 0.2 else 1
Points = L / (N + 2) * 10 * x + A /(N + 2) * 0.5 * x + 350* (1 - W / A) * x
Ah a super simple formula :D Figured you had done something complex with it, but turns out you just added things togheter.
Edited 3/27/2018 21:54:38