@Bjarke can you make it? I did a randomized print and it printed Battle Islands Multi-Attack.
3 Day Boot - 5 Rounds - Single Elim
@tojam I like the idea of an exponential formula. I have two in place actually:
XP Needed to Pass Level X:
(Level + 5)^2.7 + 300
XP gained from beating a player of X levels:
(Level^2.2)*2)+200
I still want level of the player you beat to factor in, so I propose this for how much XP you gain by winning:
(10^(round/2) * Level) + 200
With this, let's say everyone is level 2:
Round 1 - 209
Round 2 - 230
Round 3 - 294
Round 4 - 500
Round 5 - 1148
I like this better because it gets more important to win, winning the last round is more fruitful than almost all others combined.
Edited 10/17/2015 23:41:03