Will you drown?
21–30 of 145 posts
Re: Will you drown?
#22This is more art than game.
Re: Will you drown?
#23Can anyone familiar with Dart to JS explain what is going on with:
var B=new dart
delete B.x
var C=new dart
delete C.x
...Re: Will you drown?
#24Re: Will you drown?
#25Re: Will you drown?
#26I hope Notch is feeling ok.
Re: Will you drown?
#27Earlier quoted context omitted.
It is appropriate that relying on a static heuristic to point one's path leaves you unfulfilled, bitter, and dead.
I wasn't aware that clicking different things in different orders affected the outcome. I have just been clicking solve every time it comes up and not reading the captions.
Re: Will you drown?
#28Play 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.)
Re: Will you drown?
#29Re: Will you drown?
#30Play 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.)
window.setInterval(function(){ Array.prototype.forEach.call(document.querySelectorAll('a'),function(i) {i.dispatchEvent(event)})},1000);