soulninja-dev / Tic-tac-toe

This is a tictactoe app built with flutter
2 stars 0 forks source link

Problem of pressing multiple squares. #8

Closed kairussboi closed 3 years ago

kairussboi commented 3 years ago

If you press multiple squares in one turn, all get changed to X. So if you press 3 squares you can easily win.Kindly fix this bug

soulninja-dev commented 3 years ago

Yes, just noticed it. this can be fixed by adding a delay when the bot plays and also having a check that play is called only once per chance.

kairussboi commented 3 years ago

The problem still persists in the new release. Kindly fix the issue as soon as possible. Btw half these words were recommended by Google lol 😂

On Thu, 6 May, 2021, 13:37 Aadhithyan Suresh, @.***> wrote:

Yes, just noticed it. this can be fixed by adding a delay when the bot plays and also having a check that play is called only once per chance.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SoulNinja-dev/tictactoe_Flutter/issues/8#issuecomment-833322022, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT667HPTCOX5J5KMW2ODLKLTMJE3NANCNFSM44GOJH3Q .

soulninja-dev commented 3 years ago

Yep, not yet fixed. I am working on pushing this app to google play store so that the updates will be easier. once that is done I will work on these bugs 👍 image

soulninja-dev commented 3 years ago

fixed in latest commit