2048
21–30 of 423 posts
Re: 2048
#22No one has mentioned it yet, but this is an in browser version of the excellent iOS app Threes: http://www.joystiq.com/2014/01/30/addictive-ios-puzzling-com... (no affiliation, just a fan)
Re: 2048
#23Hey, 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…
Out of curiosity, I'd love to hear what your Google Analytics graphs look like! How long to people spend playing it?
Re: 2048
#24Re: 2048
#25One minor nit: if the board is full, but you can make a move that will free up a space, you can make that move and the new tile will appear in the newly opened space, but then the game immediately ends afterward. EDIT: OK, apparently this only happens if there are actually no more moves; as long as moves remain the game continues.
Also, hitting "space" reset the entire game; I'd expected it to either do nothing or add a tile without moving.
Re: 2048
#26I wonder if there's an optimal strategy. Hmm.
I got to a 512 block in a corner and then got blocked by a new block in the same corner.
I think the strategy is very simple. Pick a corner and mash keys that move into that corner. For example for bottom-right corner, just mash right and bottom. When you can't move anything anymore, move into the direction that keep your highest block in a corner and then continue to mash and hope that a new block doesn't appear anywhere close your highest block. I have gotten a 512 block in 2 minutes twice( score over 6000 ). It would only take time to reach more, and maybe actually look at the board instead of mashing; but that is problematic since the new block appears to be random.
1024 could be reached in under an hour and 2048 in a day, i think.
It would be better if you got the position of the new block. That way the game would be solvable in some normal time.
Re: 2048
#27Fun though!
Re: 2048
#28Re: 2048
#29Hey, 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…