+ 1

can anyone help me with this ?

I made a Tic-Tac-Toe game, but i got some issues here is the code https://www.sololearn.com/compiler-playground/WCsH5nZgIGz8

1st Sep 2023, 8:58 PM
Ahmed Rami
Ahmed Rami - avatar
3 Answers
+ 5
A few changes were necessary there: https://code.sololearn.com/WtIGhu6SV79o/?ref=app
2nd Sep 2023, 12:56 AM
JaScript
JaScript - avatar
+ 1
You don't need to check for winners every second. Just after every click. So you can call this method inside you click method at the end.
2nd Sep 2023, 12:24 AM
Stefanoo
Stefanoo - avatar
0
I didn't find any problems while running 🙂. Can you explain what the issue is?
6th Sep 2023, 6:29 AM
Fabian Roy
Fabian Roy - avatar