back

changelog

how the clickies for the dopamine are made


v4.01

03-28-2025

i fixed some stuff

v4

03-27-2025

added:

  • stonks (actual buying and selling coming soon)
  • sweatshop worker
  • master clicker
  • logo

changed:

  • design: clicker box has a new gradient, page is split in two
  • monkey slave: it is now helper man (for reasons) and clicks more, costs less
  • transitions
  • steroids: it is now +1 click power, not x2
  • magical fedora, clicks more, costs less

fixed:

  • a bug where certain things wouldn't save or load
  • minor codestuffs

what's coming, and other things to note:

  • before this update somebody reached Infinity: above a certain number (approx. 1.7976931348623157e+308) javascript decides it is time to infinity so i thought i could make a rebirth feature idk
  • next update i will add actual buy and sell to stonks upgrade
  • also next update comes save slots (hopefully)
  • my code is more organized

Power and points hit Infinity.

v3.1

03-22-2025

added:

  • magical fedora
  • gambling

changed:

  • codestuffs
  • Abseloutely nothing else of relevance

v3

3-20-2025

added:

  • monkey slave, basic autoclicker that gives you half a point per second
  • capybara fren, just a capybara to be there
  • upgrades section

changed:

  • click power doubler, it is now the steroids upgrade
  • some codestuffs

v3.1 is on the way because i have things to add

v2

3-17-2025 (but at 9:37 PM)

added:

  • cps meter, displays clicks per second in real time. Updates every second
  • click power display, shows how many points you gain per click
  • "are you sure?" prompt for resetting your points
  • box click effect

changed:

  • point box gradient, it has a blurple in it now

v1.01

3-17-2025

issue:
point box number could be selected in safari (and IE but that's irrelevant)
i do not like that.
fix:

global.css > .pointCounter

user-select: none;
-webkit-user-select: none; /* safari */
-ms-user-select: none; /* IE: still added it */

*Not the actual or full code.
fun fact: i was confused why it was still selectable in safari and it was because i put
webkit-user-select
instead of
-webkit-user-select

v1

3-16-2025

stuff that i've done:

  • made a basic point system
  • saving, loading, and resetting
  • click power doubler

it took a while