aviaryan / Hinix

:capital_abcd: Exciting Word Game
24 stars 25 forks source link

Remove undo button and make undo on touch #40

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

Re-touching or re-clicking a cell will undo selecting it. Ofcourse it will have to be the last selected cell by the user for it to be undo'ed else no action will be taken.

@saurabhjn76 views ?

wadleo commented 8 years ago

Hey @aviaryan, I think both ways should be available. Let me look in to this will sent a pull request shortly, thanks.

wadleo commented 8 years ago

Hi, @aviaryan made it possible to undo by retouching the same latest tile. Also, as I proposed, both ways are necessary cause some users might not realised that. Also we can remove the button if we have something better to do there (suggestions). This is the PR #46

aviaryan commented 8 years ago

@wadleo Thanks. Neat work.