Tic-Tac-Toe A simple tic-tac-toe game using arrays. Compile the C file and game on! How it works The two players, X & O are supposed to enter the matrix index where they want to put their mark i-e X or O. Rest will be handled on its own :)