Hello,
I'm making an idle game and I want to implement a Buy Maximum upgrades possible
the thing is with each Upgrade the cost increases to round(UpgradeCost^1.12)
how do I calculate how many upgrades I can do with the current amount of currency ?
Thanks.