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
To make the game more user friendly the rows and columns count has been kept according to the traditional numbering system (not according to the Array indexing) i.e, to enter an element in row-1 and column -1, the user should enter 1 1 and not 0 0.
About
This project is a virtual do-over of the traditional pen-paper Tic-Tac-Toe.