2048-android
2048-android copied to clipboard
Too easy to accidentally press restart when 2048 is reached.
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.
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.
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.