dougo / wordsearch

A word game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

illegal move

dougo opened this issue · comments

You can move a tile out of the way of another tile, then move the first tile back, and it will be considered a legal move. When you move the second tile back into the way of the first tile, it should snap back to its start-- or else you shouldn't be allowed to move the second tile back.