+ 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
3 Answers
+ 5
A few changes were necessary there:
https://code.sololearn.com/WtIGhu6SV79o/?ref=app
+ 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.
0
I didn't find any problems while running đ. Can you explain what the issue is?