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
This is a simple game of tic tac toe coded in python using the tkinter module. The logic was made entirely by me. it recursively looks into all of the possible moves and selects the best possible m…