2048
321–330 of 423 posts
Re: 2048
#322Earlier quoted context omitted.
I'm gonna call fake on this one.
There's actually a semi-optimal strategy that nearly guarantees winning if you're diligent about it. Just build a stairstep pattern with the highest numbers in the bottom corner of the stairs. Then basically combine sideways and downward and "always" resist the temptation to push up. Its kind of how some tri-diagonal matrix algorithms work. The only problem is you have to be fastidious about never using the one direc…
Great game though - wasted waaay too much time last night playing.
Re: 2048
#323Earlier quoted context omitted.
I was surprised at how well that worked. I was basically blindly cycling between left,down,right (with one accidental up) and got to 1024 on my first try.
function press(key) { var eventObj = document.createEvent("Events"); eventObj.initEvent("keydown", true, true); eventObj.which = key; document.dispatchEvent(eventObj); } for (y=0; y this gave me 1024 in couple of tries :D http://i58.tinypic.com/am9sh4.png
Re: 2048
#324Earlier quoted context omitted.
Best strategy (for me) seems to be to play it like tetris. Never ever use the up key and create a row at the bottom where everything collapses into it. This sort of clicked towards, oooh I don't know about 1:30am this morning.
That sort of works, I've been using a similar strategy but switching what I call "bottom" whenever the moment suits.
Re: 2048
#325Earlier quoted context omitted.
Yes! At the very least put up a BTC or Dogecoin address we can send donations to!
Not sure if I can do that. Wouldn't it be unethical and unfair to the other developers?
It's good to get paid for your work, even if it was fun.
Re: 2048
#326Not many posting winning scores, so here's mine: 2048 and 20368 points http://imgur.com/c3aHuT4 I'm not going to claim it was first try. Probably my tenth. However, I got much better at avoiding the key mistakes: - Always keep your highest number in a corner - Use the rest of that edge as a "staging area" for the components that can next double the highest tile. Work the other tiles toward the opposite corner on that…
Re: 2048
#327Earlier quoted context omitted.
Best strategy (for me) seems to be to play it like tetris. Never ever use the up key and create a row at the bottom where everything collapses into it. This sort of clicked towards, oooh I don't know about 1:30am this morning.
That sort of works, I've been using a similar strategy but switching what I call "bottom" whenever the moment suits.
Re: 2048
#328I finally won! 2048 with a score of 20556. This game is evil!
Re: 2048
#329Earlier quoted context omitted.
Right now there are around 2100 people on the site and an average visit duration of around 4 minutes :)
How many reached 2048?
Re: 2048
#330Earlier quoted context omitted.
I'm gonna call fake on this one.
There's actually a semi-optimal strategy that nearly guarantees winning if you're diligent about it. Just build a stairstep pattern with the highest numbers in the bottom corner of the stairs. Then basically combine sideways and downward and "always" resist the temptation to push up. Its kind of how some tri-diagonal matrix algorithms work. The only problem is you have to be fastidious about never using the one direc…