4 ms·
Buggy; Got some sort of JS alert error that stopped my game short: "GG 308", "GG -1". I'm guessing you're reporting my score here, but there are still MANY vali
by pkill17 13y ago
Buggy; Got some sort of JS alert error that stopped my game short: "GG 308", "GG -1". I'm guessing you're reporting my score here, but there are still MANY valid moves left on the board. For example, start the game, and hold the down arrow until the alert pops up saying "GG [score]" -- There's almost guaranteed to be 4-5 possible moves left on the board this way.
- rwinn 13y agoIf you fill up the screen and make a move that does not make a new space for the next tile it is GG!
- pkill17 13y agoI don't think this is GG: https://dl.dropboxusercontent.com/u/632568/Screen%20Shot%202014-03-15%20at%203.32.57%20PM.png https://dl.dropboxusercontent.com/u/632568/Screen%20Shot%202...
- rwinn 13y agoShould have pressed down ;)
- farinasa 13y agoThat isn't how 2048 works.
- lewispollard 13y agoThat's how it works in 2048 bytes, because that doesn't leave a lot of room for possible move checking logic
- tdimaline 13y agoWhich sadly isn't how the original works - The game is lost when there are no remaining valid moves, not when all 16 squares are filled.