Stimulation Clicker
581–590 of 620 posts
Re: Stimulation Clicker
#582Earlier quoted context omitted.
Speed-ran the game using this (well, I injected jquery first to select the element using $() because I'm an absolute Baboon) in about 45 seconds, spam clicking all the upgrades, and clicks stopped going up after hitting "342,044,125,797,992,850,000,000,000,000 stimulation" with 10k clicks per second. What a ride. Love the implied commentary on our over-stimulated lives!
I envy your rig - mine glitched a lot to get it in https://www.youtube.com/watch?v=I-J0ppP-H9s
Re: Stimulation Clicker
#583Earlier quoted context omitted.
Jonathan Blow had a great (imho) rant about those type of notifications that someone clipped from one of his live streams. (Warning: strong language.) https://www.youtube.com/watch?v=L9nmCIrs7HI
Jonathan Blow has good points sometimes, but he comes off as very "old man rants at cloud" most of the time. He's been stewing in his own sauce for far too long.
Re: Stimulation Clicker
#584Re: Stimulation Clicker
#585Earlier quoted context omitted.
Isn't cookie clicker one of the earliest? https://orteil.dashnet.org/cookieclicker/
I feel like Progress Quest from 2002 is the spiritual predecessor of the clicker genre: http://progressquest.com/ In that it distills the game mechanic of “make number go up” into a simplistic form. It just lakes the clicking. PS, whenever I relapse and play too much World of Warcraft, I play some Cookie Clicker as a cleanse to remind myself of the fundamental pointlessness of the whole endeavor. Great game.
Re: Stimulation Clicker
#586Earlier quoted context omitted.
I get a reference error when I try this (chrome stable on linux)
Ah, thanks for the heads-up, apparently there is something borked in Chromium wrt $ / $$ encapsulation, as it seems they are nor reachable from the (global) context setInterval so doing `window.$ = $; window.$$ = $$;` fixes that in Chrome. Not sure why. (Yet again embarrassed myself by trying a snippet that "simply must work ® according all documentations ™" in single a browser only before posting. Sigh.)