2048-android icon indicating copy to clipboard operation
2048-android copied to clipboard

Too easy to accidentally press restart when 2048 is reached.

Open shelvacu opened this issue 8 years ago • 2 comments

Numerous times now I've gotten to 2048 and simply kept playing, and if I happen to be unfortunate enough to swipe on the right side of the screen, the game restarts. This is very frustrating. Part of the problem is that the animation takes a (relatively) long time, which is nice for the effect the first time there, and IMO annoying thereafter. I see two easy solutions:

  • Don't initiate a button press if the press would normally be determined a swipe
  • Add a configuration option to disable the victory screen.

shelvacu avatar Oct 29 '15 02:10 shelvacu

This is an issue with the javascript of the game https://github.com/uberspot/2048 If you can send a pull request there fixing it I will gladly merge it.

uberspot avatar Oct 29 '15 09:10 uberspot

I got the same problem a lot. Small screen and slow phone.

Another solution would be to allow using cancel to get to the previous game state.

cladmi avatar Feb 22 '16 19:02 cladmi