Live data from Hacker News

2048

gabrielecirulli.github.io

271–280 of 423 posts

Re: 2048

#272
post #259
post #244

Earlier quoted context omitted.

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.

Why? Instead of A, B, C, you can go with 1, 2, 3. Ie use the binary logarithm of the numbers.

Good idea with the simple numbers, and certainly necessary to use some tokens other than what this 2048 app uses so we can have a version of it in a 5x5 or 6x6 grid.

When you wrote "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 thought you hadn't noticed my mention of the larger grid, which was really the main point of my comment and maybe I should've worded it differently. Though if you'd begun your comment differently, i.e. "Good idea with the larger grid, but perhaps the letters aren't necessary. People are happy with simple numbers. Just look at Sudoku which doesn't use A to I", I wouldn't have felt the need to reply to correct a perceived communication mistake.

Re: 2048

#273

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…

Congratulazioni Gabriele ;-)

Re: 2048

#274
Wrote a script which plays using a simple greedy approach. Chooses the current best option. Doesn't seem to get past 512 so far. It does however consistently get till 256. Just copy the code in the console and restart the game (space bar) to run.

Does anybody have a better approach? Other than randomize and trying your luck? Or maybe that is the best algorithm for this case..

https://gist.github.com/AeonAxan/9482114

Re: 2048

#275
post #150

Earlier quoted context omitted.

Yes! At the very least put up a BTC or Dogecoin address we can send donations to!

Or maybe go buy Threes which this is a descendant of? http://asherv.com/threes/ Nice clone but it's definitely a clone and so should be treated as such.

[deleted]

Re: 2048

#276
Is this the most upvoted most in HN? Maybe HN wants the number of votes to be 2048 :)

Re: 2048

#277
Won with 21056, after about one billion failed games. Man, that game is the ultimate procrastination machine: rids you of absolutely all of your time and gives you the feeling that you actually accomplished something.

Re: 2048

#278

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…

21304 on my second try after reading your advice. (Probably 8th play or so overall.) Good advice. :)

http://imgur.com/uAZYb1s

Re: 2048

#279
What a fucking game! Seriously, best game I've played in ages, and I only made it to 512. I don't think I'm gonna get much done today...

Re: 2048

#280

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…

Oh, _now_ you tell me not to get addicted! >:( You should've made that a splash page to the site, not an edit to a comment on the submission link.

But seriously, well done. :) Completely destroyed my productivity.

Post reply on HN