Live data from Hacker News

2048

gabrielecirulli.github.io

241–250 of 423 posts

Re: 2048

#242

Earlier quoted context omitted.

Can you add in how many moves!!?

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.

Thanks Neckbeard,

I refuse to do these calculations in my head...

The author should do this, and create a counter of moves within the app.

Re: 2048

#243
Finally won with a score of 20548. At first I was using a strategy of getting the biggest number into a corner. This follows a pattern of mostly up-right-up-right-... with an occasional left or down thrown in to get unstuck. This approach can pretty reliably get you to 512 in the corner without much trouble. But eventually this method saturates the available "storage" space with an inefficient pattern of tiles up to the diagonal. Then you have to start changing things up and continuing becomes tricky.

Then I tried the approach mentioned here of left-down-right-down-left... in a very mechanical fashion. I believe that this is very likely the optimal mindless strategy. It works amazingly well. As long as you never hit up, it fills things very efficiently and the biggest numbers percolate down towards the middle of the bottom row.

The way I finally won was to take this second approach and augment it with some periods of trying to get the biggest number in the corner. Start with ldrd until you get some 64s or 128s, then slow down and play catch-up with a corner. Then go back to ldrd. Occasionally stopping at strategic places to consolidate things also seems to help quite a bit.

All in all, a very fun game with some interesting properties.

Re: 2048

#244
post #209
post #181

Earlier quoted context omitted.

> this made it to the top of HN without me even thinking of posting it here Good for beta testing it. Unlike with Threes , there's no real reason to use numbers since they're all powers of 2. If you used letters (A, B, C, ...) you could market it to non-HN sorts, and have a version of the game in a 5x5 grid, or, more to the point, in a 6x6 grid with letters A to Z. Most people in the world know the order of letters i…

Good idea with the letters, but perhaps not necessary. People are happy with simple numbers. Just look at Sudoku which doesn't use A to I.

I'm certain letters are necessary for a 5x5 or 6x6 board. M is better than 16,384, and Z far better than 67,108,864.

Re: 2048

#246

Hey, author here! I'm pretty overwhelmed that this made it to the top of HN without me even thinking of posting it here :) I made this game as a fun weekend project, inspired by another game called 1024 ( https://itunes.apple.com/us/app/1024!/id823499224 ) and a spinoff called 2048 ( http://saming.fr/p/2048/ ). I did mine to add animations to the latter, which was a bit hard to play without them. I discovered Threes…

It's very coincidental that my game called Even, based on very similar gameplay was launched this past Friday -- http://bit.ly/even-game

(in case folks on Android want to play it)

Re: 2048

#248

Hey, author here! I'm pretty overwhelmed that this made it to the top of HN without me even thinking of posting it here :) I made this game as a fun weekend project, inspired by another game called 1024 ( https://itunes.apple.com/us/app/1024!/id823499224 ) and a spinoff called 2048 ( http://saming.fr/p/2048/ ). I did mine to add animations to the latter, which was a bit hard to play without them. I discovered Threes…

Thanks a lot jerk...now ive lost 2 hours of sleep because of this game! Keep up the good work!

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

Re: 2048

#249
post #117

Hey, author here! I'm pretty overwhelmed that this made it to the top of HN without me even thinking of posting it here :) I made this game as a fun weekend project, inspired by another game called 1024 ( https://itunes.apple.com/us/app/1024!/id823499224 ) and a spinoff called 2048 ( http://saming.fr/p/2048/ ). I did mine to add animations to the latter, which was a bit hard to play without them. I discovered Threes…

Please allow me to throw money at you somehow

Or you can download Even (free!) that I launched last week -- http://bit.ly/even-game -- have fun!

Re: 2048

#250

Hey, author here! I'm pretty overwhelmed that this made it to the top of HN without me even thinking of posting it here :) I made this game as a fun weekend project, inspired by another game called 1024 ( https://itunes.apple.com/us/app/1024!/id823499224 ) and a spinoff called 2048 ( http://saming.fr/p/2048/ ). I did mine to add animations to the latter, which was a bit hard to play without them. I discovered Threes…

Very fun game! Love the dynamic, couldn't get higher than 256 though. Also check out Fives for Android--somewhat similar: https://play.google.com/store/apps/details?id=com.rcg.fives

You might also want to check out Even -- http://bit.ly/even-game -- have fun!
Post reply on HN