You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upon moving to 3,2 (a corner square), it doesn't place its move in the center despite the player moving on a corner square. And after I moved to 3,2 it doesn't read that I won and instead place itself to have won, which is wrong. It only happen in these sequence of moves specifically. Any alteration in the move sequence seems to works properly. 😭
I was debugging this for half a day and don't know what could be possibly causing this to happen. Prolly I used matrixes instead of a array.
December 20th, 2023
Wednesdays
I finished the presentation!!! I got perfect with the program, so the optimizations that I made was worth it and my panelist: Mr. Josua took notice of the efficiency that I made with my program.
I won't be adding any commits in this project but feel free to pr.
The text was updated successfully, but these errors were encountered:
to replicate: X = (3,3), (3,1), (3,2)
upon moving to 3,2 (a corner square), it doesn't place its move in the center despite the player moving on a corner square. And after I moved to 3,2 it doesn't read that I won and instead place itself to have won, which is wrong. It only happen in these sequence of moves specifically. Any alteration in the move sequence seems to works properly. 😭
I was debugging this for half a day and don't know what could be possibly causing this to happen. Prolly I used matrixes instead of a array.
December 20th, 2023
Wednesdays
I finished the presentation!!! I got perfect with the program, so the optimizations that I made was worth it and my panelist: Mr. Josua took notice of the efficiency that I made with my program.
I won't be adding any commits in this project but feel free to pr.
The text was updated successfully, but these errors were encountered: