You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: