Thanks to games like this and 2048, more people will start seeing and memorising powers of 2. That's definitely not a bad thing...
9007199254740992
41–50 of 64 posts
Re: 9007199254740992
#42Earlier quoted context omitted.
It's kind of absurdist humour. HN has been full of responses to the rather clever 2048 game lately -- 2048 in HTML5, 2048 in the smallest number of bytes, the 2048 AI solver, 2048 in Brainfuck, 2048 in Latin, etc etc etc. This is amusing to me because the subject line looked almost like one of those obnoxious Bitcoin transaction posts, thus bringing together HN's latest fad with its eternal obsession, in my mind at l…
...2048 in Dart cross-compiled to Julia with Flappy Bird graphics.
Re: 9007199254740992
#43Earlier quoted context omitted.
This never presses the down key. A small correction so it'll move randomly in all directions function step() { var eventObj = document.createEvent("Events"); eventObj.initEvent("keydown", true, true); eventObj.which = 37 + Math.floor(Math.random(0, 1)*4); document.dispatchEvent(eventObj); } int = setInterval(step, 0.001);
I think that's the point, since one of the key strategies to this game is to only use 3 of the direction keys.
Re: 9007199254740992
#44Earlier quoted context omitted.
This never presses the down key. A small correction so it'll move randomly in all directions function step() { var eventObj = document.createEvent("Events"); eventObj.initEvent("keydown", true, true); eventObj.which = 37 + Math.floor(Math.random(0, 1)*4); document.dispatchEvent(eventObj); } int = setInterval(step, 0.001);
I think that's the point, since one of the key strategies to this game is to only use 3 of the direction keys.
Re: 9007199254740992
#45Re: 9007199254740992
#46www.csie.ntu.edu.tw is blocked in your Defense Plan Content Blocked
This is a known Spyware? website, which is blocked as specified in your Defense Plan?.
Re: 9007199254740992
#47This has got to be a new record.
Used the random move setTimeout method with 4 directions, and strategically pausing to merge pieces.
EDIT 1: http://i.imgur.com/Rt3V5kb.png - Just reached 4 million.
EDIT 2: http://i.imgur.com/QyrW3QK.png - 22 million: When do I stop?
Re: 9007199254740992
#48According to DynDNS it's a malware site. www.csie.ntu.edu.tw is blocked in your Defense Plan Content Blocked This is a known Spyware? website, which is blocked as specified in your Defense Plan?.
Re: 9007199254740992
#49The question is if you wrapped this up as an RPG instead of a puzzle game, would people play it?
Re: 9007199254740992
#50Can we please have TwitchPlays9007199254740992?