This isn't a knock on the game in any way. I love how it cleverly expresses one man's view on what matters in his life.
Will you drown?
71–80 of 145 posts
Re: Will you drown?
#72Boiling every experience in life to make it nearly meaningless and lack any glimpse of context will eventually become depressing and appear highly relatable to others. Someone get this man some help.
Re: Will you drown?
#73Re: Will you drown?
#74Re: Will you drown?
#75Earlier quoted context omitted.
Quick to call someone stupid, aren't we? Did you even try his code? Go try it. Just because a site doesn't have jQuery, doesn't mean $ isn't assigned to anything.
Pretty sure cturhan did try jffry's code and that's why he wrote this code. The $ var on the page only returns the first instance that it matches so his code doesn't work. A less efficient but shorter way is: var interval = setInterval(function(){ var links = document.querySelectorAll('#problems a'); for(var z =0; z Also he never called him stupid he simply informed him that it didn't work.
Re: Will you drown?
#76Play automatically: setInterval(function(){ $("a").click() }, 100) (Edit: Yes, this leads you through a very fast, very bad life. Play manually and have a better life.)
Hilariously, this gets stuck buying "Stuff" over and over and doesn't seem to ever complete the game
Re: Will you drown?
#77Re: Will you drown?
#78You just keep clicking on whatever links show up? I'm not catching the spark. But it reminds me of A Dark Room, which was excellent. http://adarkroom.doublespeakgames.com/
It has potential, but I had a hard time relating to my character. I need a lover as a teenager? And 2 broken hearts to stop being a teenager? And the only way to get experience is by losing friends.
"And 2 broken hearts to stop being a teenager? And the only way to get experience is by losing friends."
i'm not sure i directly relate to this either, but it really doesn't sound too crazy or unfamiliar.
Re: Will you drown?
#79I don't get it. The outcome doesn't seem to change, even if options are selected in a different order.
Re: Will you drown?
#80Earlier quoted context omitted.
I was going for quick and dirty. $(foo).click() was available so why not use it?
It was a joke...