Derivative Clicker

developed by ![]() | rated 4.0 stars, 23 ratings |
23 ratings
rated 4.0 stars, 23 ratings
Posted October 21, 2023. Updated October 21, 2023. Has been played for 3199 hours.
description
It's a number go up game with a math theme.
newest comments
Personally not really a fan of the wipe save button being at the top in options.
On the bright side it DOES require confirmation.
Why does it get harder to get currency even when you have none of that tier?
@Morpy9 I truly appreciate it, thank you.
@Sovereign if the clicking is a deterrent, you can paste this in the console which will click 10 times per second
setInterval(function() { moneyButtonClick(player.clickPower); player.totalManualClicks += player.clickPower; }, 100)
Insert $('#moneyButton').hide(); into the console for a No Click run
top comments
@Sovereign if the clicking is a deterrent, you can paste this in the console which will click 10 times per second
setInterval(function() { moneyButtonClick(player.clickPower); player.totalManualClicks += player.clickPower; }, 100)
Personally not really a fan of the wipe save button being at the top in options.
On the bright side it DOES require confirmation.
I remember playing games like this on kongregate and they were fun, because you could chat while playing. Not so fun without that, just staring at the screen until you can buy something new.
A classic! I'll be a little disappointed if this is just a posterity upload though.
Insert $('#moneyButton').hide(); into the console for a No Click run