Stimulation Clicker
501–510 of 620 posts
Re: Stimulation Clicker
#502The real hidden gem here is the hilarious 40 minute mermaid-themed true crime podcast parody that you'll only hear a portion of if you progress quickly. As far as I can tell, it's fully custom-made for this game? Can't find any references to the characters online. https://stimulation-clicker.neal.fun/ sounds/true-crime.mp3 - it's hosted on Cloudflare, but even so I don't want to cost OP significant bandwidth, so join…
Re: Stimulation Clicker
#503I finished the game without cheating. I felt like a frog being slowly boiled (and it really does feel like you're boiling at the end). It's quite the journey... I love how everything here isn't even farfetched. It's just standard YouTube and TikTok content. The red notification bubbles were also a nice touch, I felt myself really drawn to those, and if I think back, I guess that's the earliest example I can recall of…
Re: Stimulation Clicker
#504Earlier quoted context omitted.
As far as clickers go, finishing this game without cheating is very easy. Only takes like 20-30 min. But nonetheless, it was enjoyable. Really regretted clicking the subway surfer wormhole button. Luckily that was right at the end.
Is shrinking the window down to make the DVD logos hit the edge more often considered cheating?
Re: Stimulation Clicker
#505let button = document.querySelector('.main-btn'); document.querySelector('.main-btn'); if (button) { let clickCount = 0; const interval = setInterval(() => { button.click(); clickCount++; if (clickCount >= 10000000) { clearInterval(interval); console.log('Clicked 1000 times!'); } }, 10); // Adjust the interval (10ms) if necessary } else { console.log('Button not found!'); }
Re: Stimulation Clicker
#506Wow, that was amazing. This is honestly a better piece of contemporary art (in terms of making you think about modern life and what is happening to our environment, the impact on ourselves, our kids, etc.) than most of what you might see at a fancy art gallery or a contemporary art museum in NYC.
Re: Stimulation Clicker
#507Re: Stimulation Clicker
#508Re: Stimulation Clicker
#509Re: Stimulation Clicker
#510Since we're all sharing clicker games, this one by Frank Lantz is a real classic: https://decisionproblem.com/paperclips/
But if anyone wants to get deep into it, Dodecadragons is probably the best implementation of the incremental mechanics, but it's extremely addictive, so be careful with it.