Live data from Hacker News

2048

gabrielecirulli.github.io

341–350 of 423 posts

Re: 2048

#341
post #69

Earlier quoted context omitted.

I just beat it! First try.. but I've been addicted to Threes for the past week or so. http://i.imgur.com/nf25AVZ.png

If that's real, congrats! I had started doubting that anybody would ever win the game :P

Do you have new numbers? I got a bunch of people addicted and I assume I'm not the only one.

Re: 2048

#343
post #177
post #82

Earlier 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…

Did that, got stuck like that, pretty unfortunate.

http://puu.sh/7rKEF.png

Re: 2048

#345
post #36

Earlier 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?

Beat the game: http://oi62.tinypic.com/2wdopq9.jpg

At least I don't have to spend any more time on it.

My simple strategy was to keep the biggest blocks in a corner at all times.

Re: 2048

#346

Not 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…

These are some great tips. By keeping the highest number in corner and making sure I am not forced to move it, I have been able to get till (~20000 score) 1024, 512, 256 etc and then game over :( Going to try again.

LOVE the game. Who knew I could single-mindedly focus on one task for hours and not get distracted.

Re: 2048

#347
I feel like this game is a metaphor for buying SD cards.

Finally beat it, 20588.

Re: 2048

#349

Earlier quoted context omitted.

Each turn, one 2 tile is added, and other tiles may be combined. So you can derive the move count by adding together the numbers on all the visible tiles and dividing by 2.

This is inaccurate, because you have a 10% chance of getting a 4 tile added instead of a 2. That part makes the game tricky, because otherwise you could optimize every solution like an algorithm without ever losing. var value = Math.random() https://github.com/gabrielecirulli/2048/blob/master/js/game_...

Oh, huh, I didn't even realize it was doing that. Even so, the move count will still be roughly proportional to the sum of the board (plus or minus some random variation), won't it?

Re: 2048

#350
post #247

Earlier quoted context omitted.

I've been playing this all day today. I basically created my own demise.

I launched a very similar called Even last week on Android -- http://bit.ly/even-game -- have fun!

Downloaded and installed. Can you please remove the almost mandatory google games sign in, or make it optional. I tries to connect every time I move between the game and the menu, and I don't want it to connect...
Post reply on HN