Hextris / hextris

Fast paced HTML5 puzzle game inspired by Tetris!
https://hextris.io
Other
2.22k stars 971 forks source link

Click on any where to restart game doesn't work #120

Closed lower-case closed 10 years ago

lower-case commented 10 years ago

Click on any where to restart game doesn't work very well ,It works after some clicks. Pls check that

lengstrom commented 10 years ago

Click to restart is activated after a timeout to avoid people accidentally restarting. This is intentional behavior, and allows for people to look at their score etc before intentionally starting the game again.

lower-case commented 10 years ago

If it is so then the msg "Click on any where to restart game" should be displayed after some particular time not instantly after game over

lengstrom commented 10 years ago

That’s a good idea. We’ll look into doing that. We’re also open to contributors :)

On Nov 8, 2014, at 1:36 PM, Lovekesh garg notifications@github.com wrote:

If it is so then the msg "Click on any where to restart game" should be displayed after some particular time not instantly after game over

— Reply to this email directly or view it on GitHub https://github.com/Hextris/hextris/issues/120#issuecomment-62270166.

lower-case commented 10 years ago

Thanks