Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 320 Bytes

File metadata and controls

3 lines (3 loc) · 320 Bytes

Tic-Tac-Toe

The pen-paper Tic Tac Toe got a virtual platform!

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.