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

'Tile already played' alert popping up at inappropriate times after multiple plays. #263

Open
RushMyers opened this issue Nov 13, 2017 · 0 comments

Comments

@RushMyers
Copy link

Somehow the clickTile() function is being called twice sometimes when the tiles are clicked by the human player. It is called once when it should be, and then somewhere it is being called again( which is what I can't figure out ) after it has received the 'played' class, which triggers an alert. It only seems to happen after at least one game has been played, and sometimes after multiple games are played with no issue. But once it starts, it happens every time.

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

1 participant