Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too easy to accidentally press restart when 2048 is reached. #29

Open
shelvacu opened this issue Oct 29, 2015 · 2 comments
Open

Too easy to accidentally press restart when 2048 is reached. #29

shelvacu opened this issue Oct 29, 2015 · 2 comments

Comments

@shelvacu
Copy link

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.
@uberspot
Copy link
Owner

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.

@cladmi
Copy link

cladmi commented Feb 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants